refactor: remove useless method
This commit is contained in:
parent
fcd683db7f
commit
a60f92d762
1 changed files with 0 additions and 7 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue