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 )}` ) }