Skip to content

Commit

Permalink
Revert Removed extra imports of Meteor. Hopefully fixes email notific…
Browse files Browse the repository at this point in the history
…ations

and rules on old cars not working.

Thanks to xet7 !
  • Loading branch information
xet7 committed Mar 3, 2021
1 parent dfb563a commit e4a9dc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/actions.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Meteor } from 'meteor/meteor';

Actions = new Mongo.Collection('actions');

Actions.allow({
Expand Down
2 changes: 2 additions & 0 deletions models/rules.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Meteor } from 'meteor/meteor';

Rules = new Mongo.Collection('rules');

Rules.attachSchema(
Expand Down
2 changes: 2 additions & 0 deletions models/triggers.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Meteor } from 'meteor/meteor';

Triggers = new Mongo.Collection('triggers');

Triggers.mutations({
Expand Down

0 comments on commit e4a9dc2

Please sign in to comment.