diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 18:32:05 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 18:32:05 +0530 |
commit | 8a998a58e65fa435cdfc0134867a422d26af007f (patch) | |
tree | 93e141b28ef582ed79cc8169d41c93047bc2f5a7 /anime/suggestedanime.structs.go | |
parent | fccd266e2bb014582831d2125b050ee2c0e929c0 (diff) |
removed ListPaging from MAL2Go/anime package
Diffstat (limited to 'anime/suggestedanime.structs.go')
-rw-r--r-- | anime/suggestedanime.structs.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/anime/suggestedanime.structs.go b/anime/suggestedanime.structs.go index 13e5afc..d8517b6 100644 --- a/anime/suggestedanime.structs.go +++ b/anime/suggestedanime.structs.go @@ -21,11 +21,4 @@ type SuggestedAnimeRaw struct { Data []struct { Anime Anime `json:"node"` } `json:"data"` - Paging ListPaging `json:"paging"` -} - -// this is how mal2go returns data -type SuggestedAnime struct { - Animes []Anime - Paging ListPaging } |