enhancement(lint): Fix lint errors for src/modules/flightly.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-03-27 16:04:22 +00:00 committed by GitHub
parent 767212e7eb
commit 7a9a0d7edd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,9 +188,9 @@ function detectChanges(newData, previousData) {
// console.log(changes.join("\n"));
} else {
// console.log("No changes detected.");
return []
return [];
}
return []
return [];
// previousData = newData;
}