diff --git a/src/rts/rts.service.ts b/src/rts/rts.service.ts index 22f9584..905b26e 100644 --- a/src/rts/rts.service.ts +++ b/src/rts/rts.service.ts @@ -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)