Skip to content

Commit adb2a03

Browse files
committed
print client id and secret for client test
1 parent 2a24f0a commit adb2a03

File tree

1 file changed

+2
-0
lines changed
  • src/commonTest/kotlin/com.adamratzman/spotify

1 file changed

+2
-0
lines changed

src/commonTest/kotlin/com.adamratzman/spotify/Common.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ val api = when {
1313
}.build()
1414
}
1515
else -> {
16+
println("CLIENT ID: ${getEnvironmentVariable("clientId")}")
17+
println("CLIENT SECRET: ${getEnvironmentVariable("clientSecret")}")
1618
spotifyClientApi {
1719
credentials {
1820
clientId = getEnvironmentVariable("clientId")

0 commit comments

Comments
 (0)