mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
remove unnecessary import
This commit is contained in:
committed by
Carlos Valente
parent
44f025b359
commit
f57faf1837
@@ -5,7 +5,6 @@ import { Server } from 'node-osc';
|
|||||||
import { IAdapter } from './IAdapter.js';
|
import { IAdapter } from './IAdapter.js';
|
||||||
import { dispatchFromAdapter } from '../controllers/integrationController.js';
|
import { dispatchFromAdapter } from '../controllers/integrationController.js';
|
||||||
import { logger } from '../classes/Logger.js';
|
import { logger } from '../classes/Logger.js';
|
||||||
import { error } from 'console';
|
|
||||||
|
|
||||||
export class OscServer implements IAdapter {
|
export class OscServer implements IAdapter {
|
||||||
private readonly osc: Server;
|
private readonly osc: Server;
|
||||||
|
|||||||
Reference in New Issue
Block a user