mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
fix docker build path
This commit is contained in:
@@ -31,7 +31,7 @@ type OsuApiClient struct {
|
||||
func NewOsuApiClient(user User) (*OsuApiClient, error) {
|
||||
|
||||
if user.Token == (Token{}) {
|
||||
return nil, errors.New("No Valid Credentials")
|
||||
return nil, errors.New("no valid credentials")
|
||||
}
|
||||
|
||||
if time.Now().After(user.ExpireDate) {
|
||||
|
||||
Reference in New Issue
Block a user