timer room 개설시 대화방명 오류 수정.
This commit is contained in:
parent
8168e4ca94
commit
dda31b2e7f
|
@ -124,7 +124,7 @@ export const encodeOpen3: ProtocolEncoder<Open3Request> = (
|
|||
) => {
|
||||
const bodyList: PacketBody[] = [];
|
||||
let roomName: string = req.roomName.trim();
|
||||
if (!!roomName && roomName.length === 0) {
|
||||
if (roomName.length === 0) {
|
||||
roomName = ' ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user