Fix typo
This commit is contained in:
parent
72fef2e3b2
commit
05cb03ac52
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -32,7 +32,7 @@ func main() {
|
||||||
slog.Warn("[GOMUSIC] No Spotify ID configured in 'SPOTIFY_ID' environment variable")
|
slog.Warn("[GOMUSIC] No Spotify ID configured in 'SPOTIFY_ID' environment variable")
|
||||||
}
|
}
|
||||||
if spotifyClientSecret == "" {
|
if spotifyClientSecret == "" {
|
||||||
slog.Warn("[GOMUSIC] No Spotify secret configured in 'SPOTIFY_SECRET' environment variable")
|
slog.Warn("[GOMUSIC] No Spotify secret configured in 'SPOTIFY_TOKEN' environment variable")
|
||||||
}
|
}
|
||||||
|
|
||||||
db := setupDatabase()
|
db := setupDatabase()
|
||||||
|
|
Loading…
Add table
Reference in a new issue