From c543647abab27d3ca6074a1127ba8b203ad70925 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 24 Jun 2020 17:43:39 -0400 Subject: [PATCH] typo --- 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 0c516f70..0231e222 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1402,6 +1402,7 @@ const createPost = async (tags, title, content) => { .get(Key.WALL) .get(Key.PAGES) .get(pageIdx) + .get(Key.POSTS) .get(postID) .load(data => { res(data)