From 54dece9f522d62f26e04316a68df3a6b70de8fa3 Mon Sep 17 00:00:00 2001 From: kuduzow Date: Sun, 18 Dec 2022 22:22:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=B8=D0=B2=D1=8F=D0=B7=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0=20?= =?UTF-8?q?=D0=BA=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/ReferralSystem/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/ReferralSystem/index.ts b/src/services/ReferralSystem/index.ts index 42af467..9f8f8be 100644 --- a/src/services/ReferralSystem/index.ts +++ b/src/services/ReferralSystem/index.ts @@ -26,6 +26,7 @@ class ReferralSystem { this.getSubscribersList = this.getSubscribersList.bind(this); this.createReferralLink = this.createReferralLink.bind(this); this.subscribeToReferral = this.subscribeToReferral.bind(this); + this.getMyReferral = this.getMyReferral.bind(this); } getLink = (refererAddress: string) => fetchWithValidation(`${this.apiUrl}/referer/view/link`, linkSchema, {