You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating an entire document via "collection.update(id, document)" fails:
Exception while simulating the effect of invoking '/activities/update' Error {} Error: When replacing document, field name may not start with '$' as the document gets extended by "$set: { updatedAt: 1384867681991 }".
Timestampable will need to handle this case separately... I'll submit a pull request soon.
The text was updated successfully, but these errors were encountered:
Updating an entire document via "collection.update(id, document)" fails:
Exception while simulating the effect of invoking '/activities/update' Error {} Error: When replacing document, field name may not start with '$' as the document gets extended by "$set: { updatedAt: 1384867681991 }".
Timestampable will need to handle this case separately... I'll submit a pull request soon.
The text was updated successfully, but these errors were encountered: