complePost

This commit is contained in:
hatim boufnichel 2020-08-28 22:27:42 +02:00
parent 8589cad6cb
commit e1fea9b4b2

View file

@ -1424,7 +1424,7 @@ const createPost = async (tags, title, content) => {
if (!Common.Schema.isPost(completePost)) {
throw new Error(
`completePost not a Post inside Actions.createPost(): ${JSON.stringify(
createPost
completePost
)}`
)
}