mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
fix:hieiuer
This commit is contained in:
parent
52fc0c600f
commit
767212e7eb
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue