feat: remove alerts for rts add
This commit is contained in:
@@ -45,14 +45,14 @@ export async function createRts(
|
|||||||
fileValidationStatus: "pending",
|
fileValidationStatus: "pending",
|
||||||
});
|
});
|
||||||
|
|
||||||
await createAlert(
|
/* await createAlert(
|
||||||
user.tenantId,
|
user.tenantId,
|
||||||
`New Ready to Submit added`,
|
`New Ready to Submit added`,
|
||||||
"team",
|
"team",
|
||||||
newRts.client?.toString(),
|
newRts.client?.toString(),
|
||||||
newRts.pid,
|
newRts.pid,
|
||||||
"rts"
|
"rts"
|
||||||
);
|
); */
|
||||||
|
|
||||||
return rtsModel
|
return rtsModel
|
||||||
.findById(newRts.id)
|
.findById(newRts.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user