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
fix updating to empty description
awarm.space
6 months ago
294ca6d5
308eb886
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
createPub
updatePublication.ts
+1
-1
app/lish/createPub/updatePublication.ts
···
52
record.preferences = preferences;
53
}
54
55
-
if (description) {
56
record.description = description;
57
}
58
···
52
record.preferences = preferences;
53
}
54
55
+
if (description !== undefined) {
56
record.description = description;
57
}
58