Skip to content

_PushStatus uses proper Parse format #1580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2016
Merged

_PushStatus uses proper Parse format #1580

merged 3 commits into from
Apr 22, 2016

Conversation

flovilmart
Copy link
Contributor

No description provided.

@codecov-io
Copy link

Current coverage is 92.78%

Merging #1580 into master will decrease coverage by -0.19% as of f2a4935

@@            master   #1580   diff @@
======================================
  Files           87      87       
  Stmts         5563    5520    -43
  Branches      1050    1052     +2
  Methods          0       0       
======================================
- Hit           5172    5122    -50
- Partial         10      14     +4
- Missed         381     384     +3

Review entire Coverage Diff as of f2a4935

Powered by Codecov. Updated on successful CI builds.

@@ -214,8 +214,6 @@ const parseObjectKeyValueToMongoObjectKeyValue = (
let coercedToDate;
switch(restKey) {
case 'objectId': return {key: '_id', value: restValue};
case '_created_at'://TODO: for some reason, _PushStatus is already transformed when it gets here. For now,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you the _id case too?

@drew-gross
Copy link
Contributor

Just one nit, then merge

Removes _id case
@facebook-github-bot
Copy link

@flovilmart updated the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants