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

Fix cloud functions rejecting Parse pointers inside arrays #8862

Closed
wants to merge 1 commit into from

Conversation

mstniy
Copy link
Contributor

@mstniy mstniy commented Jan 3, 2024

Pull Request

Issue

Closes: #8861

Approach

FunctionsRouter.js::parseObject: Propagate the config object even inside arrays

Tasks

  • Add tests

Copy link

Thanks for opening this pull request!

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0d58e39) 94.20% compared to head (b514d73) 94.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #8862      +/-   ##
==========================================
- Coverage   94.20%   94.19%   -0.02%     
==========================================
  Files         186      186              
  Lines       14816    14816              
==========================================
- Hits        13958    13956       -2     
- Misses        858      860       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza
Copy link
Member

mtrezza commented Jan 17, 2024

Duplicate of #8784

@mtrezza mtrezza closed this Jan 17, 2024
@mtrezza mtrezza marked this as a duplicate of #8784 Jan 17, 2024
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.

Cannot pass Parse pointers inside arrays to cloud functions
2 participants