Skip to content

Commit

Permalink
[ZARS-651][FIX] comments missing
Browse files Browse the repository at this point in the history
  • Loading branch information
af-ak committed Jan 8, 2024
1 parent 26c6960 commit fd0f51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/comment/comment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class CommentService {
const proposal = await this.proposalCrudService.findDocument(
commentReference.referenceDocumentId,
user,
projection,
undefined,
false,
);

Expand Down

0 comments on commit fd0f51d

Please sign in to comment.