Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift committed Aug 27, 2024
1 parent 030131b commit 1242225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/core/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ResponseError extends Error {
message: this.message,
info: this.info,
status: this.res.status,
contentType: this.res.headers.get('content-type'),
contentType,
body,
};
}
Expand Down

0 comments on commit 1242225

Please sign in to comment.