fix:hieiuer

This commit is contained in:
Neon 2025-03-27 12:04:09 -04:00 committed by GitHub
parent 52fc0c600f
commit 767212e7eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,11 +184,13 @@ function detectChanges(newData, previousData) {
if (changes.length > 0) {
return changes;
console.log("Flight data changed:");
console.log(changes.join("\n"));
// console.log("Flight data changed:");
// console.log(changes.join("\n"));
} else {
// console.log("No changes detected.");
return []
}
return []
// previousData = newData;
}