We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d61945 commit 0ebe5c5Copy full SHA for 0ebe5c5
1 file changed
chatservermq.js
@@ -77,7 +77,7 @@ let env_webhook_endpoints = process.env.WEBHOOK_ENDPOINTS;
77
if (env_webhook_endpoints) {
78
webhook_endpoints_array = env_webhook_endpoints.split(",");
79
}
80
-logger.debug("webhook_endpoints_array: " + webhook_endpoints_array);
+logger.debug("webhook_endpoints_array: ", webhook_endpoints_array);
81
82
let webhook_events_array = null;
83
if (process.env.WEBHOOK_EVENTS) {
0 commit comments