We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8015f49 commit 7f2ae2fCopy full SHA for 7f2ae2f
backend/matching/src/services/collab.ts
@@ -4,7 +4,7 @@ export async function createRoom(
4
userId1: string,
5
userId2: string,
6
questionId: string,
7
- attemptCounts: number
+ _attemptCounts: number
8
): Promise<string> {
9
const response = await collabServiceClient.get<{ roomName: string }>(
10
routes.COLLAB_SERVICE.GET_ROOM.path,
0 commit comments