Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 10, 2024
1 parent aaaa3d5 commit 5f77a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meteor/server/Connections.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { deferAsync, getCurrentTime, MeteorStartupAsync } from './lib/lib'
import { deferAsync, getCurrentTime } from './lib/lib'
import { Meteor } from 'meteor/meteor'
import { logger } from './logging'
import { sendTrace } from './api/integration/influx'
Expand Down Expand Up @@ -83,7 +83,7 @@ function traceConnections() {
}, 1000)
}

MeteorStartupAsync(async () => {
Meteor.startup(async () => {

Check warning on line 86 in meteor/server/Connections.ts

View check run for this annotation

Codecov / codecov/patch

meteor/server/Connections.ts#L86

Added line #L86 was not covered by tests
// Reset the connection status of the devices

await PeripheralDevices.updateAsync(
Expand Down

0 comments on commit 5f77a10

Please sign in to comment.