Skip to content

Commit 0e75ac7

Browse files
committed
coderabbit suggestion
1 parent ddba85a commit 0e75ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/roam/src/utils/syncDgNodesToSupabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const endSyncTask = async (
5151
}
5252
const { error } = await supabaseClient.rpc("end_sync_task", {
5353
s_target: context.spaceId,
54-
s_function: "embedding",
54+
s_function: SYNC_FUNCTION,
5555
s_worker: worker,
5656
s_status: status,
5757
});

0 commit comments

Comments
 (0)