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", 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)