switch on gist.github

This commit is contained in:
Antony 2022-08-25 14:30:03 +02:00
parent 0e029cadef
commit ff05ad897d

View file

@ -58,7 +58,7 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){
@JsonProperty("avatar_url") val userAvatar : String
)
data class File (
@JsonProperty("content") val dataRaw: String
@JsonProperty("content") val dataRaw: String?
)
private suspend fun initLogin(githubToken: String): Boolean{