Revert Removed extra imports of Meteor. Hopefully fixes email notifications

and rules on old cars not working.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-03-03 15:23:43 +02:00
parent dfb563a330
commit e4a9dc25ec
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
import { Meteor } from 'meteor/meteor';
Actions = new Mongo.Collection('actions');
Actions.allow({

View file

@ -1,3 +1,5 @@
import { Meteor } from 'meteor/meteor';
Rules = new Mongo.Collection('rules');
Rules.attachSchema(

View file

@ -1,3 +1,5 @@
import { Meteor } from 'meteor/meteor';
Triggers = new Mongo.Collection('triggers');
Triggers.mutations({