We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 132b7d7 + c3535aa commit d246c7cCopy full SHA for d246c7c
1 file changed
webhook.js
@@ -11,8 +11,9 @@ const fastify = require('fastify')({
11
logger: true,
12
});
13
14
-let host = ip.address();
15
-let port = process.env.WEBHOOK_PORT ? process.env.WEBHOOK_PORT : '8080';
+const host = ip.address();
+const port = process.env.WEBHOOK_PORT ? process.env.WEBHOOK_PORT : '8080';
16
+
17
let AUTHOR = null;
18
let DATE = null;
19
let HASH = null;
0 commit comments