tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
fork
atom
overview
issues
27
pulls
pipelines
log data from update indexed step
awarm.space
4 weeks ago
67ea66e7
c460c609
+2
-1
1 changed file
expand all
collapse all
unified
split
app
api
inngest
functions
sync_document_metadata.ts
+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
38
-
.eq("uri", document_uri);
38
38
+
.eq("uri", document_uri)
39
39
+
.select();
39
40
});
40
41
41
42
if (!bsky_post_uri || handleResult.isBridgy) {