summaryrefslogtreecommitdiff
path: root/src/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.go')
-rw-r--r--src/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api.go b/src/api.go
index 76631b1..1f058fc 100644
--- a/src/api.go
+++ b/src/api.go
@@ -16,7 +16,7 @@ func (server *Server) apiAuthenticated(method string, endpoint string, opts *HTT
}
url := server.Endpoints.API.V3.API + endpoint
- // Ensure we have non-expired tokens
+ // Ensure we have valid tokens
oauthErr := server.OAuth.EnsureTokens()
if oauthErr != nil {