From 9038b20b71072aac6d620cc3005d78e5114e3f44 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 25 Jun 2020 10:49:35 -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 0231e222..baa4c6f9 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1383,6 +1383,7 @@ const createPost = async (tags, title, content) => { .get(Key.WALL) .get(Key.PAGES) .get(pageIdx) + .get(Key.POSTS) .get(postID) .put(null, ack => { if (ack.err) {