[F] Fix AquaNet ghost card detection

This commit is contained in:
Azalea
2024-04-21 14:53:50 -04:00
parent 7b143dd38f
commit f0bfa96937
2 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ export interface Card {
registerTime: string
accessTime: string
linked: boolean
ghost: boolean
isGhost: boolean
}
export interface AquaNetUser {