Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. this.db.get('oldId')
  2. .then(document => {
  3. this.logsheetDB.put({
  4. _id: 'newId',
  5. _rev: document._rev,
  6. objectToInsert,
  7. });
  8. })
  9.  
  10. {"status":409,"name":"conflict","message":"Document update conflict"}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement