Skip to content

Commit 5b38f57

Browse files
committed
chore: lint
1 parent 58261e5 commit 5b38f57

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/live-status-gateway/src/coreHandler.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ import {
1515
PeripheralDeviceType,
1616
} from '@sofie-automation/shared-lib/dist/peripheralDevice/peripheralDeviceAPI'
1717
import { protectString } from '@sofie-automation/shared-lib/dist/lib/protectedString'
18-
import {
19-
PeripheralDeviceCommandId,
20-
PeripheralDeviceId,
21-
StudioId,
22-
} from '@sofie-automation/shared-lib/dist/core/model/Ids'
18+
import { PeripheralDeviceCommandId, StudioId } from '@sofie-automation/shared-lib/dist/core/model/Ids'
2319
import { StatusCode } from '@sofie-automation/shared-lib/dist/lib/status'
2420
import { PeripheralDeviceCommand } from '@sofie-automation/shared-lib/dist/core/model/PeripheralDeviceCommand'
2521
import { LiveStatusGatewayConfig } from './generated/options'

0 commit comments

Comments
 (0)