up
This commit is contained in:
@@ -10,8 +10,7 @@ import (
|
||||
)
|
||||
|
||||
type WatchlistEntry struct {
|
||||
Callsign string `json:"callsign"`
|
||||
// ✅ NOTES SUPPRIMÉES
|
||||
Callsign string `json:"callsign"`
|
||||
LastSeen time.Time `json:"lastSeen"`
|
||||
LastSeenStr string `json:"lastSeenStr"`
|
||||
AddedAt time.Time `json:"addedAt"`
|
||||
|
||||
Reference in New Issue
Block a user