From 5e580768e9bab688f784eeab09c8f1b1b53ad70a Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Sat, 27 Apr 2024 18:09:06 -0500 Subject: [PATCH] formatting --- backend/src/api/import-from-ss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });