Closed iwoork closed 7 years ago
I just submitted a PR to remove masterKey from parse.js per https://github.com/bartonhammond/snowflake/issues/165
Yea @iwoork make sure your not using the masterkey
Fixed w/ release https://github.com/bartonhammond/snowflake/releases/tag/0.2.0-c
There's a typo on line 261 of Parse.js
reqOpts.headers['X-Parse-Master-Key'] = this.masterKey
should be:
reqOpts.headers['X-Parse-Master-Key'] = this._masterKey