diff --git a/integrations/jikan/types.go b/integrations/jikan/types.go index bba71f1..9b0d51b 100644 --- a/integrations/jikan/types.go +++ b/integrations/jikan/types.go @@ -128,8 +128,8 @@ type CharacterEntry struct { } `json:"images"` Name string `json:"name"` } `json:"character"` - Role string `json:"role"` - VoiceActors []CharacterVoiceActor `json:"voice_actors"` + Role string `json:"role"` + VoiceActors []CharacterVoiceActor `json:"voice_actors"` } type CharactersResponse struct {