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
27
pulls
pipelines
prevent description from being overridden when blank
awarm.space
3 weeks ago
19c7b0af
5c1da06c
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
createPub
updatePublication.ts
+1
-1
app/lish/createPub/updatePublication.ts
···
275
275
276
276
return buildRecord(normalizedPub, existingBasePath, publicationType, {
277
277
name,
278
278
-
description,
278
278
+
...(description !== undefined && { description }),
279
279
icon: iconBlob,
280
280
preferences,
281
281
});