NC_BACK-36_1
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-06 19:27:25 +07:00
parent f52ce6db3c
commit a7e94639d2
14 changed files with 340 additions and 30 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ interface ReferralRepo {
fun getUserReferralLink(userId: Long): String
fun getUserIdByLink(link: String): String
fun getUserIdByLink(link: String): Long?
fun getInviterIdForUser(userId: Long): Long?