Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Sep 9, 2024
1 parent dbd47c6 commit dcd10f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ export class FileService {
): Promise<string> {
if (
isIndictmentCase(theCase.type) &&
hasIndictmentCaseBeenSubmittedToCourt(theCase.state) &&
(file.category === CaseFileCategory.INDICTMENT ||
((file.category === CaseFileCategory.INDICTMENT &&
hasIndictmentCaseBeenSubmittedToCourt(theCase.state)) ||
file.category === CaseFileCategory.RULING)
) {
return this.awsS3Service.getConfirmedIndictmentCaseSignedUrl(
Expand Down

0 comments on commit dcd10f9

Please sign in to comment.