mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Removed extra imports of Meteor.
Thanks to xet7 !
This commit is contained in:
parent
0aabb0b364
commit
de13b8b9ba
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
|
||||
Actions = new Mongo.Collection('actions');
|
||||
|
||||
Actions.allow({
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
|
||||
Rules = new Mongo.Collection('rules');
|
||||
|
||||
Rules.attachSchema(
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
|
||||
Triggers = new Mongo.Collection('triggers');
|
||||
|
||||
Triggers.mutations({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue