a tool for shared writing and social publishing

prevent description from being overridden when blank

+1 -1
+1 -1
app/lish/createPub/updatePublication.ts
··· 275 275 276 276 return buildRecord(normalizedPub, existingBasePath, publicationType, { 277 277 name, 278 - description, 278 + ...(description !== undefined && { description }), 279 279 icon: iconBlob, 280 280 preferences, 281 281 });