We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaa3d5 commit 5f77a10Copy full SHA for 5f77a10
meteor/server/Connections.ts
@@ -1,4 +1,4 @@
1
-import { deferAsync, getCurrentTime, MeteorStartupAsync } from './lib/lib'
+import { deferAsync, getCurrentTime } from './lib/lib'
2
import { Meteor } from 'meteor/meteor'
3
import { logger } from './logging'
4
import { sendTrace } from './api/integration/influx'
@@ -83,7 +83,7 @@ function traceConnections() {
83
}, 1000)
84
}
85
86
-MeteorStartupAsync(async () => {
+Meteor.startup(async () => {
87
// Reset the connection status of the devices
88
89
await PeripheralDevices.updateAsync(
0 commit comments