GabiAxel / google-cloud-gui

GUI for Google Cloud Datastore emulator and production
MIT License
158 stars 28 forks source link

Entity delete error #6

Closed siehc closed 6 years ago

siehc commented 6 years ago

server/src/datastore.js line: 73

Error: datastore.intValue is not a function.

Should use datastore.int instead.

SamChou19815 commented 6 years ago

@GabiAxel Could you push the fixed version to npm? Thanks.