Skip to content

Commit

Permalink
Correct counter
Browse files Browse the repository at this point in the history
  • Loading branch information
geneh committed Mar 16, 2017
1 parent 0f48ba4 commit d0ade70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/oneTimePopulateTableMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function updateStats(result, statistics) {
if (result.reason.code === 'EntityAlreadyExists') {
statistics.skippedReason.alreadyExists++;
} else {
statistics.skippedReason.errors;
statistics.skippedReason.errors++;
}
}
}
Expand Down

0 comments on commit d0ade70

Please sign in to comment.