Skip to content
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

Recursive parse date in cloud function #2014

Merged
merged 2 commits into from
Jun 9, 2016

Conversation

Marco129
Copy link
Contributor

@Marco129 Marco129 commented Jun 9, 2016

Fix #1826

@codecov-io
Copy link

codecov-io commented Jun 9, 2016

Current coverage is 91.92%

Merging #2014 into master will increase coverage by 0.01%

@@             master      #2014   diff @@
==========================================
  Files            91         91          
  Lines          6420       6431    +11   
  Methods        1096       1099     +3   
  Messages          0          0          
  Branches       1347       1350     +3   
==========================================
+ Hits           5901       5912    +11   
  Misses          519        519          
  Partials          0          0          

Powered by Codecov. Last updated by fcd914b...851ee51

@@ -6,6 +6,29 @@ var express = require('express'),

import PromiseRouter from '../PromiseRouter';

function parseDate(params) {
for (let key in params) {
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 use _.mapValues here? Other than that this looks good!

@drew-gross
Copy link
Contributor

Just one thing to fix. Thanks for the PR!

@ghost
Copy link

ghost commented Jun 9, 2016

@Marco129 updated the pull request.

@drew-gross drew-gross merged commit 2e50416 into parse-community:master Jun 9, 2016
@Marco129 Marco129 deleted the cloud-function-date branch June 10, 2016 09:12
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.

3 participants