From 016ee7c186b34cc4b3741892f4d79c2ccb640c53 Mon Sep 17 00:00:00 2001 From: sumin Date: Sun, 18 May 2025 15:01:56 +0900 Subject: [PATCH] #5 :recycle: [Refactor] : test --- src/domain/match/match.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/domain/match/match.service.ts b/src/domain/match/match.service.ts index 242b240..95a2760 100644 --- a/src/domain/match/match.service.ts +++ b/src/domain/match/match.service.ts @@ -66,5 +66,4 @@ export class MatchService { ); } - }