Skip to content

Commit 3e9d55a

Browse files
authored
Merge pull request #2614 from trycompai/mariano/policy-approver-authorization
fix(policies): remove stray brace breaking nest build
1 parent f2481e5 commit 3e9d55a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/api/src/policies/policies.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,6 @@ export class PoliciesService {
10431043
'This policy has no pending changes to approve. The stale approval request has been cleared — please ask the policy owner to re-submit if a new approval is needed.',
10441044
);
10451045
}
1046-
}
10471046
throw new BadRequestException('No pending version to approve');
10481047
}
10491048

0 commit comments

Comments
 (0)