a tool for shared writing and social publishing

log when setting indexed

+1 -1
+1 -1
app/api/inngest/functions/sync_document_metadata.ts
··· 32 32 if (!handleResult) return { error: "No Handle" }; 33 33 34 34 await step.run("set-indexed", async () => { 35 - await supabaseServerClient 35 + return await supabaseServerClient 36 36 .from("documents") 37 37 .update({ indexed: !handleResult.isBridgy }) 38 38 .eq("uri", document_uri);