From 14da719d991995284e6718601861d49e2cfd8bd9 Mon Sep 17 00:00:00 2001 From: Appoip <99581678+Appoip@users.noreply.github.com> Date: Sun, 4 Sep 2022 01:21:55 +0800 Subject: [PATCH] Update notify.ts --- back/services/notify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/notify.ts b/back/services/notify.ts index 986515dd..f1330cd8 100644 --- a/back/services/notify.ts +++ b/back/services/notify.ts @@ -138,7 +138,7 @@ export default class NotificationService { private async chat() { const { chatUrl, chattoken } = this.params; - const url = `${chatUrl}${chatUrl}`; + const url = `${chatUrl}${chattoken}`; const res: any = await got .post(url, { timeout: this.timeout,