Skip to content

Commit

Permalink
Merge pull request #5 from KSDaemon/master
Browse files Browse the repository at this point in the history
pull new version back
  • Loading branch information
iamcxa authored Jul 8, 2019
2 parents 01774bb + b4cc397 commit b4c79a1
Show file tree
Hide file tree
Showing 319 changed files with 5,443 additions and 15,561 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ module.exports = sails => {
} else {
syncTasks.push(connections[syncConnectionName].sync({ force: forceSyncFlag, alter: alterFlag }));
}
})();
}());
}

Promise.all(syncTasks).then(() => next()).catch(e => next(e));
Expand Down
Loading

0 comments on commit b4c79a1

Please sign in to comment.