Skip to content

Commit

Permalink
feat: valid token no longer matters
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 29, 2024
1 parent cb30b2a commit 7785c80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/secrets/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var SECRETS Secrets

type Secrets struct {
CacheFolder string `env:"CACHE_FOLDER"`
ValidToken string `env:"VALID_TOKEN"`

StravaClientID string `env:"STRAVA_CLIENT_ID"`
StravaClientSecret string `env:"STRAVA_CLIENT_SECRET"`
Expand Down

0 comments on commit 7785c80

Please sign in to comment.