Skip to content

Commit

Permalink
feat: [589] fix comm
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos1195 committed Jul 23, 2024
1 parent 2c5b5b7 commit 383673d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class OrganizationLegalService {
}
}

// Non Political Affiliation File
// Balance Sheet File
if (balanceSheetFile) {
if (orgLegal.balanceSheetFile) {
await this.fileManagerService.deleteFiles([orgLegal.balanceSheetFile]);
Expand Down

0 comments on commit 383673d

Please sign in to comment.