Skip to content

Commit

Permalink
refactor: order nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 12, 2022
1 parent 87bab9c commit 5fe57af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/alb/HttpServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default class HttpServer {
}

async start() {
const { host, albPort, httpsProtocol } = this.#options
const { albPort, host, httpsProtocol } = this.#options

try {
await this.#server.start()
Expand Down

0 comments on commit 5fe57af

Please sign in to comment.