Skip to content

Commit b77640b

Browse files
committed
fix: changed error message
1 parent 146558c commit b77640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/scorecard/scorecard.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class ScoreCardService {
153153
throw new NotFoundException({ message: `Scorecard not found.` });
154154
}
155155
throw new InternalServerErrorException({
156-
message: `Error: ${error.code}`,
156+
message: `Invalid scorecard id`,
157157
});
158158
});
159159
return data as ScorecardWithGroupResponseDto;

0 commit comments

Comments
 (0)