Moved cron setup to startup
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
Meteor.startup(() => {
|
||||||
const collections = [
|
const collections = [
|
||||||
Actions, Attacks, Buffs, Classes, Effects, Experiences,
|
Attacks, Buffs, Classes, Effects, Experiences,
|
||||||
Features, Notes, Proficiencies, SpellLists, Spells,
|
Features, Notes, Proficiencies, SpellLists, Spells,
|
||||||
Containers, Items,
|
Containers, Items,
|
||||||
];
|
];
|
||||||
@@ -41,3 +42,4 @@ Meteor.methods({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user