no message

This commit is contained in:
kittapath 2024-10-18 17:56:00 +07:00
parent 2637e58b1b
commit 5bf3beb30b

View file

@ -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}`,
}))
: [];