Suraj Maity

Results 13 comments of Suraj Maity

> > > Hi @surajmaity1, > > > One of the tests is failing. Could you please take a look when you get a chance? > > > Thanks! >...

> Proof missing for case when after approving request, user status becomes OOO. After the OOO request is approved, the user's `futureStatus `is updated accordingly. A scheduled cron job then...

> @surajmaity1 please use below > > ``` > export const acknowledgeOooRequest = async ( > req: AcknowledgeOooRequest, > res: OooRequestResponse, > next: NextFunction > ): Promise => { >...