refactor: remove useless method

This commit is contained in:
rick 2021-09-12 00:36:31 +02:00
parent fcd683db7f
commit a60f92d762
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -12,13 +12,6 @@ func newTokenUser() TokenUser {
return TokenUser{Token: "", TokenType: "", ExpiresIn: ""}
}
func (tu *TokenUser) CheckEmpty() bool {
if tu.Token == "" {
return true
}
return false
}
type UrlBandcamp struct {
Artiste string `json:"artist"`
Album string `json:"album"`