Removal of Match, check, moment, Tracker and Mongo global variables (#12410)
* First wave of removal of Meteor global * Second wave of removal of Meteor global * Third wave of removal of Meteor global * Fix tests * Remove global variable SHA256 * Remove global variable WebApp * Remove global variable EJSON * Remove global variable Email * Remove global variable HTTP * Remove global variable Random * Remove global variable ReactiveDict * Remove global variable ReactiveVar * Remove global variable Accounts * Remove globals variables Match and check * Remove global variable Mongo * Remove global variable moment * Remove global variable Tracker * Fix ESLintpull/12433/head^2
parent
26d59c3625
commit
0d30a52487
@ -1 +1,3 @@ |
|||||||
|
import { Mongo } from 'meteor/mongo'; |
||||||
|
|
||||||
export default new Mongo.Collection('autocompleteRecords'); |
export default new Mongo.Collection('autocompleteRecords'); |
||||||
|
|||||||
@ -1,2 +1,4 @@ |
|||||||
|
import { Mongo } from 'meteor/mongo'; |
||||||
|
|
||||||
this.ChatIntegrations = new Mongo.Collection('rocketchat_integrations'); |
this.ChatIntegrations = new Mongo.Collection('rocketchat_integrations'); |
||||||
this.ChatIntegrationHistory = new Mongo.Collection('rocketchat_integration_history'); |
this.ChatIntegrationHistory = new Mongo.Collection('rocketchat_integration_history'); |
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue