made SimklWatchList variable more clear as to which watchlist it is

This commit is contained in:
2024-09-15 07:59:19 -04:00
parent 4c329d6b9d
commit 9f8014ff00
2 changed files with 16 additions and 16 deletions

View File

@ -26,7 +26,7 @@ type SimklUser struct {
} `json:"connections" ts_type:"connections"`
}
type SimklWatchList struct {
type SimklWatchListType struct {
Anime []SimklAnime `json:"anime" ts_type:"anime"`
}