Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Mar 1, 2023
1 parent 302a432 commit 6ce18df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6ce18df

Please sign in to comment.