sebelga / gstore-node

Google Datastore Entities Modeling for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modifiedOn not automatically updating when using gstore.save

eungkyu opened this issue · comments

modifiedOn is automatically updating when using entity.save, but not by using gstore.save

Hi,

Thanks for reporting. Indeed it was not implemented in gstore.save(). I will add it. 👍

I just added a fix to update the modifiedOn with gstore.save(). It will be available in the next release. Cheers 👍