diff --git a/backend/src/api/import-from-ss.js b/backend/src/api/import-from-ss.js index 11c6735..0f5d12b 100644 --- a/backend/src/api/import-from-ss.js +++ b/backend/src/api/import-from-ss.js @@ -166,7 +166,7 @@ const importPaper = async (paper) => { } = await generatePost(paper); // Write the new post to our database - const {hash }= await write({ + const { hash } = await write({ authors, content, signature, embeddedData, citations, });