Skip to content

Commit b160ffe

Browse files
committed
Merge pull request dresende#516 from mike-zenith/patch-2
Global leak detected: i
2 parents 38e7672 + 87c7ab3 commit b160ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Drivers/DDL/SQL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports.sync = function (opts, cb) {
2121

2222
sync.defineCollection(opts.table, opts.allProperties);
2323

24-
for (i = 0; i < opts.many_associations.length; i++) {
24+
for (var i = 0; i < opts.many_associations.length; i++) {
2525
props = {};
2626

2727
_.merge(props, opts.many_associations[i].mergeId);

0 commit comments

Comments
 (0)