Stripe integration flow
This commit is contained in:
@@ -94,7 +94,7 @@ export default class Post {
|
||||
postToEdit.edited = true;
|
||||
|
||||
let { authorId, ...rest } = postToEdit
|
||||
global.db.editNode(this.prefix, id, rest)
|
||||
global.db.updateNode(this.prefix, id, rest)
|
||||
|
||||
return postToEdit
|
||||
} catch(e) {
|
||||
|
||||
Reference in New Issue
Block a user