This commit is contained in:
syuilo 2023-09-12 20:21:01 +09:00
parent 769bcf58c9
commit a786e5baf5
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import { bindThis } from '@/decorators.js';
import { CacheService } from '@/core/CacheService.js'; import { CacheService } from '@/core/CacheService.js';
import { MiLocalUser } from '@/models/entities/User.js'; import { MiLocalUser } from '@/models/entities/User.js';
import { AuthenticateService, AuthenticationError } from './AuthenticateService.js'; import { AuthenticateService, AuthenticationError } from './AuthenticateService.js';
import MainStreamConnection from './stream/index.js'; 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';

View File

@ -4,7 +4,7 @@
*/ */
import { bindThis } from '@/decorators.js'; import { bindThis } from '@/decorators.js';
import type Connection from './index.js'; import type Connection from './Connection.js';
/** /**
* Stream channel * Stream channel