bartonhammond / snowflake

:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
http://bartonhammond.github.io/snowflake/snowflake.js.html
MIT License
4.59k stars 613 forks source link

Typo on line 261 of src/lib/Parse.js #173

Closed iwoork closed 7 years ago

iwoork commented 7 years ago

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

wookiem commented 7 years ago

I just submitted a PR to remove masterKey from parse.js per https://github.com/bartonhammond/snowflake/issues/165

iSamuelBarney commented 7 years ago

Yea @iwoork make sure your not using the masterkey

bartonhammond commented 7 years ago

Fixed w/ release https://github.com/bartonhammond/snowflake/releases/tag/0.2.0-c