From 5bf3beb30b797901ab75034df631ab31768d2ab6 Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 18 Oct 2024 17:56:00 +0700 Subject: [PATCH] no message --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 79d4b10f..d4b19d46 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1019,7 +1019,7 @@ export class CommandController extends Controller { .filter((x) => x.profileId != null) .map((x) => ({ receiverUserId: x.profileId, - notiLink: `${process.env.API_URL}${commandTypePathLink(command.commandType.code)}/${x.refId}`, + notiLink: `${commandTypePathLink(command.commandType.code)}/${x.refId}`, })) : [];