Advertisement
nickcramaro

Untitled

Nov 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // delete author with id 1
  2. new Author({id: 1})
  3.     .destroy()
  4.     .then(delete => {
  5.         console.log(delete);
  6.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement