fix: correct Welati counter URL to telegram.pezkiwi.app

This commit is contained in:
2026-02-18 07:01:20 +03:00
parent 326aa869ed
commit 359cfb1eb3
@@ -20,7 +20,7 @@ class PezkuwiDashboardRepository(
) {
companion object {
private const val WELATI_COUNTER_URL = "https://telegram.pezkuwi.app/kurds"
private const val WELATI_COUNTER_URL = "https://telegram.pezkiwi.app/kurds"
}
suspend fun getDashboard(accountId: AccountId): PezkuwiDashboardData {