formatting
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details

This commit is contained in:
Ladd Hoffman 2024-04-27 18:09:06 -05:00
parent 2399294e13
commit 5e580768e9
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});