We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f30475 commit c49c3eeCopy full SHA for c49c3ee
apps/meteor/app/lib/server/functions/createRoom.ts
@@ -120,7 +120,6 @@ async function createUsersSubscriptions({
120
await Rooms.incUsersCountById(room._id, subs.length);
121
}
122
123
-// eslint-disable-next-line complexity
124
export const createRoom = async <T extends RoomType>(
125
type: T,
126
name: T extends 'd' ? undefined : string,
0 commit comments