Skip to content

Commit

Permalink
chore: fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Jun 18, 2024
1 parent 423cab9 commit 2bb4579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/http/HttpServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,12 @@ export default class HttpServer {

// Mocks Lambda errors
result = {
statusCode: errorStatusCode,
body: JSON.stringify({
message: errorMessage,
type: err.constructor.name,
stackTrace: this.#getArrayStackTrace(err.stack),
type: err.constructor.name,
}),
statusCode: errorStatusCode,
}

log.error(errorMessage)
Expand Down

0 comments on commit 2bb4579

Please sign in to comment.