mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 19:45:11 +00:00
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:
parent
767212e7eb
commit
7a9a0d7edd
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue