Skip to content

Commit 461a99f

Browse files
committed
refactor: apply code style
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent b57e22c commit 461a99f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

whatsapp/src/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ if (process.env.ENV !== "production") {
99
})
1010
} else {
1111
console.log("Running in production mode, skipping .env loading")
12-
console.log("Queues are: ", process.env.INCOMING_MESSAGE_FIFO_URL, process.env.RECOGNIZED_MESSAGE_FIFO_URL)
12+
console.log(
13+
"Queues are: ",
14+
process.env.INCOMING_MESSAGE_FIFO_URL,
15+
process.env.RECOGNIZED_MESSAGE_FIFO_URL
16+
)
1317
}
1418

1519
const { Client, LocalAuth } = require("whatsapp-web.js")

0 commit comments

Comments
 (0)