mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2025-01-02 21:10:14 +01:00
Lint
This commit is contained in:
parent
302a432da0
commit
6ce18dfc03
@ -95,7 +95,7 @@ object Distributor {
|
||||
private fun getEndpoint(context: Context, connectorToken: String): String {
|
||||
val db = getDb(context)
|
||||
val appToken = db.getAppToken(connectorToken)
|
||||
return "${getAccount(context)?.url}${mApiEndpoint}/push/$appToken"
|
||||
return "${getAccount(context)?.url}$mApiEndpoint/push/$appToken"
|
||||
}
|
||||
|
||||
fun checkToken(context: Context, connectorToken: String, app: String): String {
|
||||
|
Loading…
Reference in New Issue
Block a user