2
0
Эх сурвалжийг харах

Revert Removed extra imports of Meteor. Hopefully fixes email notifications
and rules on old cars not working.

Thanks to xet7 !

Lauri Ojansivu 4 жил өмнө
parent
commit
e4a9dc25ec

+ 2 - 0
models/actions.js

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

+ 2 - 0
models/rules.js

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

+ 2 - 0
models/triggers.js

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