correct path

This commit is contained in:
Daniel Lugo 2020-06-25 10:49:35 -04:00
parent c543647aba
commit 9038b20b71

View file

@ -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) {