-
-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
let queryState = query.valueForKey("state") | ||
if let className = queryState?.valueForKey("parseClassName") { | ||
self["className"] = className as? Value | ||
} | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please kill the whitespace here.
Overall looks good. Just a few minor issues. As I said on the other issue #58, the longer term plan here is to just use the query encoding logic that already exists in the main SDK, and expose that somehow. |
No description provided.