Skip to content

Commit 5f77a10

Browse files
committed
chore: fix lint
1 parent aaaa3d5 commit 5f77a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meteor/server/Connections.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { deferAsync, getCurrentTime, MeteorStartupAsync } from './lib/lib'
1+
import { deferAsync, getCurrentTime } from './lib/lib'
22
import { Meteor } from 'meteor/meteor'
33
import { logger } from './logging'
44
import { sendTrace } from './api/integration/influx'
@@ -83,7 +83,7 @@ function traceConnections() {
8383
}, 1000)
8484
}
8585

86-
MeteorStartupAsync(async () => {
86+
Meteor.startup(async () => {
8787
// Reset the connection status of the devices
8888

8989
await PeripheralDevices.updateAsync(

0 commit comments

Comments
 (0)