File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/commonTest/kotlin/com.adamratzman/spotify Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ import kotlinx.serialization.json.JsonConfiguration
66
77val api = when {
88 getEnvironmentVariable(" SPOTIFY_REDIRECT_URI" )?.isNotBlank() != true -> {
9- println (" CLIENT ID: ${getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )} " )
10- println (" CLIENT SECRET: ${getEnvironmentVariable(" SPOTIFY_CLIENT_SECRET" )} " )
119 spotifyAppApi {
1210 credentials {
1311 clientId = getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )
@@ -19,10 +17,6 @@ val api = when {
1917 }.build()
2018 }
2119 else -> {
22- println (" CLIENT ID: ${getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )} " )
23- println (" CLIENT SECRET: ${getEnvironmentVariable(" SPOTIFY_CLIENT_SECRET" )} " )
24- println (" REDIRECT URI: ${getEnvironmentVariable(" SPOTIFY_REDIRECT_URI" )} " )
25- println (" TOKEN: ${getEnvironmentVariable(" SPOTIFY_TOKEN_STRING" )} " )
2620 spotifyClientApi {
2721 credentials {
2822 clientId = getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )
You can’t perform that action at this time.
0 commit comments