This commit is contained in:
Daniel Lugo 2020-06-24 17:43:39 -04:00
parent 1b6fe78947
commit c543647aba

View file

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