Fix undeclared variable

This commit is contained in:
Alezia Kurdis 2023-05-30 21:52:10 -04:00 committed by GitHub
parent f00043613d
commit adb6d20b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,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 === "saveText" && (n - timestamp) > INTERCALL_DELAY) {
d = new Date();