From 2783d2989d8c8975ee37a2fbe1be4f37465ab3d2 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 29 Oct 2025 03:06:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/lib/blueprints/applyBlueprint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/blueprints/applyBlueprint.ts b/server/lib/blueprints/applyBlueprint.ts index c641fe1b..029341db 100644 --- a/server/lib/blueprints/applyBlueprint.ts +++ b/server/lib/blueprints/applyBlueprint.ts @@ -159,7 +159,7 @@ export async function applyBlueprint({ createdAt: Math.floor(Date.now() / 1000), succeeded: blueprintSucceeded, message: blueprintMessage, - source: source + source }) .returning();