mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
linter fix
This commit is contained in:
parent
15e9c0a576
commit
aa6bc9c9d0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import MainStreamConnection from './stream/Connection.js';
|
|||
import { ChannelsService } from './stream/ChannelsService.js';
|
||||
import type * as http from 'node:http';
|
||||
import type { IEndpointMeta } from './endpoints.js';
|
||||
import type {Config} from "@/config.js";
|
||||
import type { Config } from "@/config.js";
|
||||
|
||||
@Injectable()
|
||||
export class StreamingApiServerService {
|
||||
|
|
Loading…
Add table
Reference in a new issue