Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Mar 3, 2025
1 parent 19aa902 commit 6ee1797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/controllers/api/accreditation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ export class AccreditationController {
accreditation,
});
} catch (error) {
console.log(error)
return response.status(StatusCodes.INTERNAL_SERVER_ERROR).json({
error: `Internal error: ${(error as Error)?.message || error}`,
});
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export enum GENERATED_PATH {

export enum CONTENT_TYPE {
APPLICATION_JSON = 'application/json',
APPLICATION_LD_JSON = 'application/ld+json',
APPLICATION_LD_JSON = 'application/ld+json',
APPLICATION_DID_LD_JSON = 'application/did+ld+json',
APPLICATION_X_WWW_FORM_URLENCODED = 'application/x-www-form-urlencoded',
}
Expand Down

0 comments on commit 6ee1797

Please sign in to comment.