Skip to content

Commit

Permalink
Refactor: IRoomRequest에 maxHead 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zaehuun committed Nov 18, 2021
1 parent e47f48d commit 35f31d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/socket/src/gateway/room.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface IRoomRequest {
kickNickname?: string;
field?: string;
img?: string;
maxHead: number;
}

export enum MessageType {
Expand Down

0 comments on commit 35f31d7

Please sign in to comment.