added env

This commit is contained in:
2025-11-22 11:48:23 +00:00
parent b305a69fb5
commit 43ed1cc455
2 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ package services
import (
"context"
"log"
"os"
"github.com/zmb3/spotify/v2"
@@ -12,7 +11,6 @@ import (
func InitSpotify() (*spotify.Client, error) {
ctx := context.Background()
log.Fatal("Tets")
// redirectURI := os.Getenv("SPOTIFY_REDIRECT_URI")
clientID := os.Getenv("SPOTIFY_CLIENT_ID")