Skip to content

Commit

Permalink
Fix undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 9, 2022
1 parent 796fbf6 commit e4f90a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ var _ = {
},

moveTo(obj, key, context, fromSummary = false, mergedSummary = false) {
let condition;
if (fromSummary) {
if (mergedSummary) {
condition = val => Array.isArray(val);
Expand Down

0 comments on commit e4f90a3

Please sign in to comment.