Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep existing updated at #629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 5, 2020

  1. Update datastore.js

    Contrary to what is stated in the doc, updatedAt is always set to new Date() on document update, even if an updatedAt value is present in the request. I added an 'if' statement that changes that behaviour and keeps the request updatedAt value if present (this is necessary for synchronization mechanism).
    brunodomenget authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b3df8c1 View commit details
    Browse the repository at this point in the history
  2. Update datastore.js

    Removed unnecessary comment
    brunodomenget authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    3ad68e5 View commit details
    Browse the repository at this point in the history