a tool for shared writing and social publishing

fix updating to empty description

+1 -1
+1 -1
app/lish/createPub/updatePublication.ts
··· 52 52 record.preferences = preferences; 53 53 } 54 54 55 - if (description) { 55 + if (description !== undefined) { 56 56 record.description = description; 57 57 } 58 58