Main flow implemented

This commit is contained in:
Angelo Gallarello 2018-08-16 00:32:31 +02:00
parent 9b0eb0a9f1
commit 6828ccd7f1
9 changed files with 100 additions and 15 deletions

View file

@ -43,14 +43,6 @@ Actions.helpers({
if (Meteor.isServer) {
Meteor.startup(() => {
const rules = Triggers.findOne({});
if(!rules){
Actions.insert({actionType: "moveCardToTop"});
}
});
}