a tool for shared writing and social publishing

log data from update indexed step

+2 -1
+2 -1
app/api/inngest/functions/sync_document_metadata.ts
··· 35 35 return await supabaseServerClient 36 36 .from("documents") 37 37 .update({ indexed: !handleResult.isBridgy }) 38 - .eq("uri", document_uri); 38 + .eq("uri", document_uri) 39 + .select(); 39 40 }); 40 41 41 42 if (!bsky_post_uri || handleResult.isBridgy) {