tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
upsert publication/document relation instead o insert
awarm.space
5 months ago
c7254337
93550e92
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
+1
-1
appview/index.ts
···
108
108
}
109
109
let docInPublicationResult = await supabase
110
110
.from("documents_in_publications")
111
111
-
.insert({
111
111
+
.upsert({
112
112
publication: record.value.publication,
113
113
document: evt.uri.toString(),
114
114
});