From aaa7f89933eabc33a186da080ce92a4a38f4cc83 Mon Sep 17 00:00:00 2001 From: Pierre-Gilles Leymarie Date: Sat, 3 Oct 2015 21:03:24 +0200 Subject: [PATCH] Sync events at bootstrap --- config/bootstrap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/bootstrap.js b/config/bootstrap.js index e575212b7b..ed64c93311 100755 --- a/config/bootstrap.js +++ b/config/bootstrap.js @@ -19,6 +19,8 @@ module.exports.bootstrap = function(cb) { StartService.onStart(); } }); + + LifeEventService.syncEvents(); cb(); //sails.hooks.orm.reload(); //