Skip to content

Commit b4c79a1

Browse files
authored
Merge pull request #5 from KSDaemon/master
pull new version back
2 parents 01774bb + b4cc397 commit b4c79a1

File tree

319 files changed

+5443
-15561
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+5443
-15561
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module.exports = sails => {
284284
} else {
285285
syncTasks.push(connections[syncConnectionName].sync({ force: forceSyncFlag, alter: alterFlag }));
286286
}
287-
})();
287+
}());
288288
}
289289

290290
Promise.all(syncTasks).then(() => next()).catch(e => next(e));

0 commit comments

Comments
 (0)