We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57e22c commit 461a99fCopy full SHA for 461a99f
1 file changed
whatsapp/src/index.js
@@ -9,7 +9,11 @@ if (process.env.ENV !== "production") {
9
})
10
} else {
11
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)
+ console.log(
13
+ "Queues are: ",
14
+ process.env.INCOMING_MESSAGE_FIFO_URL,
15
+ process.env.RECOGNIZED_MESSAGE_FIFO_URL
16
+ )
17
}
18
19
const { Client, LocalAuth } = require("whatsapp-web.js")
0 commit comments