From 0cc581c520e3235b9efdcad737b04eefd931f4a8 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 25 Jun 2020 11:03:16 -0400 Subject: [PATCH] correct path --- services/gunDB/contact-api/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index baa4c6f9..5b5a4995 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1357,6 +1357,7 @@ const createPost = async (tags, title, content) => { .get(Key.WALL) .get(Key.PAGES) .get(pageIdx) + .get(Key.POSTS) .get(postID) .get(Key.CONTENT_ITEMS)