Skip to content

Commit 7f2ae2f

Browse files
committed
PEER-219: Remove build error for unused param
Signed-off-by: SeeuSim <[email protected]>
1 parent 8015f49 commit 7f2ae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/matching/src/services/collab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export async function createRoom(
44
userId1: string,
55
userId2: string,
66
questionId: string,
7-
attemptCounts: number
7+
_attemptCounts: number
88
): Promise<string> {
99
const response = await collabServiceClient.get<{ roomName: string }>(
1010
routes.COLLAB_SERVICE.GET_ROOM.path,

0 commit comments

Comments
 (0)