Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Jun 15, 2020
1 parent 2d92761 commit 886fb7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SpotifyClient(
private var SCOPES: Array<out String>? = null
private var RESPONSE_ACTION: ResponseAction<AuthResponse>? = null

private var accessToken: String = ""
private var accessToken: String = "s"

val methods = Methods(this)

Expand Down

0 comments on commit 886fb7d

Please sign in to comment.