Skip to content

Commit

Permalink
Update accreditation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Oct 22, 2024
1 parent 4a38873 commit 6c35267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/api/accreditation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class AccreditationController {

if (result.success === false) {
return response.status(result.status).send({
error: `Invalid Request: Root Authorization or parent Accreditation is not valid: ${result.error}`,
error: `Invalid Request: Root Authorisation or parent Accreditation is not valid: ${result.error}`,
});
}
}
Expand Down

0 comments on commit 6c35267

Please sign in to comment.