We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddba85a commit 0e75ac7Copy full SHA for 0e75ac7
apps/roam/src/utils/syncDgNodesToSupabase.ts
@@ -51,7 +51,7 @@ export const endSyncTask = async (
51
}
52
const { error } = await supabaseClient.rpc("end_sync_task", {
53
s_target: context.spaceId,
54
- s_function: "embedding",
+ s_function: SYNC_FUNCTION,
55
s_worker: worker,
56
s_status: status,
57
});
0 commit comments