Skip to content

Commit

Permalink
refactor: Remove trailing whitespace in http_codes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeCarillo committed Jul 21, 2024
1 parent 6c6ee0e commit 868ffc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/helpers/http/http_codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class HttpRequest {
} else {
body["queryStringParameters"] = event.queryStringParameters;
}

return body;
}
}
Expand Down Expand Up @@ -111,7 +111,7 @@ export class Unprocessable_Entity extends HttpResponse {
constructor(message: string) {
super(422, null, message);
}
}
}

export class Conflict extends HttpResponse {
constructor(message: string) {
Expand Down

0 comments on commit 868ffc2

Please sign in to comment.