🌈 style(import): 删掉部分没有使用的import

This commit is contained in:
liangtongchuan
2023-05-06 15:15:56 +08:00
parent 3f2c696708
commit 2ff9f8c5f1
17 changed files with 11 additions and 41 deletions
@@ -4,7 +4,6 @@ import { groupRoomId } from './chatService';
import { pinus } from 'pinus';
import { crc32 } from 'crc';
import { CHANNEL_PREFIX } from '../consts';
import { RoleModel } from './../db/Role';
export async function channelServer(roomId: string) {
const existSid = await redisChannelServer(roomId);