We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6498ad4 commit f932b9fCopy full SHA for f932b9f
src/api/appeal/appeal.service.ts
@@ -99,6 +99,9 @@ export class AppealService {
99
}
100
101
if (submissionMemberId !== requesterMemberId) {
102
+ this.logger.debug(
103
+ `Requester memberId: ${requesterMemberId} does not match submission owner memberId: ${submissionMemberId}`,
104
+ );
105
throw new ForbiddenException({
106
message:
107
'Only the submission owner can create an appeal for this review item comment.',
0 commit comments