no message

This commit is contained in:
kittapath 2024-11-12 17:19:07 +07:00
parent 0324205206
commit 9880bf912f

View file

@ -7897,15 +7897,16 @@ export class ProfileController extends Controller {
},
},
});
profileNoti.map((x) => ({
let _profileNoti = profileNoti.map((x) => ({
receiverUserId: x.id,
notiLink: "",
}));
console.log(profileNoti);
await new CallAPI()
.PostData(req, "/placement/noti/profiles", {
subject: body.subject,
body: body.body,
receiverUserIds: profileNoti,
receiverUserIds: _profileNoti,
payload: "", //แนบไฟล์
isSendMail: true,
isSendInbox: true,