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