This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix to not use lodash method incorrectly
my brain must have been mush when this was written
- Loading branch information
1 parent
da40666
commit fc03cf3
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc03cf3
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.
@particlebanana, aren't you missing those changes too ?
line 351 =>
if(!schema || !schema.definition) {
line 355 =>
var schemaVal = schema.definition[projection.key];