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