From e1fea9b4b2feaebc2348fa3b0fcd27bb4323367a Mon Sep 17 00:00:00 2001 From: hatim boufnichel Date: Fri, 28 Aug 2020 22:27:42 +0200 Subject: [PATCH] complePost --- services/gunDB/contact-api/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index 39f5e1b9..74cc77b0 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1424,7 +1424,7 @@ const createPost = async (tags, title, content) => { if (!Common.Schema.isPost(completePost)) { throw new Error( `completePost not a Post inside Actions.createPost(): ${JSON.stringify( - createPost + completePost )}` ) }