no message
This commit is contained in:
parent
2637e58b1b
commit
5bf3beb30b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`,
|
||||
}))
|
||||
: [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue