Skip to content

Commit 3069047

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

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: `Invalid scorecard id`,
156+
message: `Invalid scorecard id - ${id}`,
157157
});
158158
});
159159
return data as ScorecardWithGroupResponseDto;

0 commit comments

Comments
 (0)