feat: remove alerts for rts add

This commit is contained in:
2025-10-06 10:48:22 +05:30
parent 990f00e2ff
commit 0d56ede766

View File

@@ -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)