remove redundant version specification

This commit is contained in:
Richard Nordström 2024-09-23 20:23:09 +02:00
parent 37067ef933
commit 89d3b1a4df
No known key found for this signature in database
GPG Key ID: ACCB352EC60AF27C
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ func (c *FileTokenCache) Delete(key string) error {
} else if err != nil {
return fmt.Errorf("load: %w", err)
}
c.Version = tokenCacheVersion
if c.Tokens == nil {
c.Tokens = map[string]*oauth2.Token{}
}