diff --git a/handler/user.go b/handler/user.go index e2be0e3..f2cd91b 100644 --- a/handler/user.go +++ b/handler/user.go @@ -189,8 +189,8 @@ func (p *PixivClient) GetUserInformation(id string, category string, page int) ( user.ArtworksCount = count // Parse social medias - user.ParseSocial() } + user.ParseSocial() // Background image if body.Background != nil {