Fix undeclared variable

This commit is contained in:
Alezia Kurdis 2023-05-30 21:50:22 -04:00 committed by GitHub
parent 060ca36745
commit cb7e2dae4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@
var n = d.getTime();
if (typeof message === "string") {
eventObj = JSON.parse(message);
var eventObj = JSON.parse(message);
if (eventObj.channel === channel) {
if (eventObj.action === "UPDATE_FLASHLIGHT_ACTIVATION" && (n - timestamp) > INTERCALL_DELAY) {
d = new Date();