Commit 489d798f authored by nanahira's avatar nanahira

minor fix ws

parent 9de2e232
......@@ -5,7 +5,7 @@ import {
WebSocketServer,
} from '@nestjs/websockets';
import { KoishiService } from '../koishi.service';
import type WebSocket, { Server } from 'ws';
import WebSocket, { Server } from 'ws';
import { IncomingMessage } from 'http';
@WebSocketGateway()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment