Skip to content

Commit 0ebe5c5

Browse files
committed
log fix
1 parent 0d61945 commit 0ebe5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chatservermq.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ let env_webhook_endpoints = process.env.WEBHOOK_ENDPOINTS;
7777
if (env_webhook_endpoints) {
7878
webhook_endpoints_array = env_webhook_endpoints.split(",");
7979
}
80-
logger.debug("webhook_endpoints_array: " + webhook_endpoints_array);
80+
logger.debug("webhook_endpoints_array: ", webhook_endpoints_array);
8181

8282
let webhook_events_array = null;
8383
if (process.env.WEBHOOK_EVENTS) {

0 commit comments

Comments
 (0)