Skip to content

Commit c49c3ee

Browse files
authored
Apply suggestion from @ggazzo
1 parent 2f30475 commit c49c3ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/meteor/app/lib/server/functions/createRoom.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ async function createUsersSubscriptions({
120120
await Rooms.incUsersCountById(room._id, subs.length);
121121
}
122122

123-
// eslint-disable-next-line complexity
124123
export const createRoom = async <T extends RoomType>(
125124
type: T,
126125
name: T extends 'd' ? undefined : string,

0 commit comments

Comments
 (0)