linter fix

This commit is contained in:
PrivateGER 2025-02-26 12:13:13 +01:00
parent 15e9c0a576
commit aa6bc9c9d0
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ import MainStreamConnection from './stream/Connection.js';
import { ChannelsService } from './stream/ChannelsService.js'; import { ChannelsService } from './stream/ChannelsService.js';
import type * as http from 'node:http'; import type * as http from 'node:http';
import type { IEndpointMeta } from './endpoints.js'; import type { IEndpointMeta } from './endpoints.js';
import type {Config} from "@/config.js"; import type { Config } from "@/config.js";
@Injectable() @Injectable()
export class StreamingApiServerService { export class StreamingApiServerService {