We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bebbe commit 2439916Copy full SHA for 2439916
src/commonMain/kotlin/com.adamratzman.spotify/utils/Market.kt
@@ -1849,7 +1849,7 @@ public enum class Market(
1849
/**
1850
* A special Market for endpoints to return content available in the user's own market
1851
*/
1852
- from_token("from_token", "ZZZ", 999, Assignment.NOT_USED);
+ FROM_TOKEN("from_token", "ZZZ", 999, Assignment.NOT_USED);
1853
1854
1855
* Code assignment state in [ISO 3166-1](http://en.wikipedia.org/wiki/ISO_3166-1).
0 commit comments