diff --git a/src/games/services/games.service.ts b/src/games/services/games.service.ts index 9ade0cd..8235785 100644 --- a/src/games/services/games.service.ts +++ b/src/games/services/games.service.ts @@ -33,6 +33,9 @@ function WithTransaction( return originalFunc.apply(this, [...args, session]); }) .catch((e) => { + if(e instanceof HttpException){ + throw e + } throw new HttpException( 'Another request is processing', HttpStatus.TOO_MANY_REQUESTS,