complePost
This commit is contained in:
parent
8589cad6cb
commit
e1fea9b4b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1424,7 +1424,7 @@ const createPost = async (tags, title, content) => {
|
||||||
if (!Common.Schema.isPost(completePost)) {
|
if (!Common.Schema.isPost(completePost)) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`completePost not a Post inside Actions.createPost(): ${JSON.stringify(
|
`completePost not a Post inside Actions.createPost(): ${JSON.stringify(
|
||||||
createPost
|
completePost
|
||||||
)}`
|
)}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue