score:1

Accepted answer

as a temporary solution you might use datastore.update(query, updateop, false) instead of datastore.update(query, updateop). it will pass createifmissing parameter as false and it is already default behavior; so, it will not cause any problem.


Related Query

More Query from same tag