no message

This commit is contained in:
kittapath 2024-10-18 17:52:25 +07:00
parent 2bfb36fd8a
commit 2637e58b1b
2 changed files with 42 additions and 42 deletions

View file

@ -1018,7 +1018,7 @@ export class CommandController extends Controller {
? command.commandRecives
.filter((x) => x.profileId != null)
.map((x) => ({
profileId: x.profileId,
receiverUserId: x.profileId,
notiLink: `${process.env.API_URL}${commandTypePathLink(command.commandType.code)}/${x.refId}`,
}))
: [];