B Sai Uttej

Results 2 comments of B Sai Uttej

> > One note that such preRequest ideally should still receive next or handler function, that will be our handler with enhancers applied, so that something like this would be...

> [#1627 (comment)](https://github.com/nestjs/nest/issues/1627#issuecomment-951775191) > > Can't you just put this logic into a Guard then? > > ``` > import { Injectable, CanActivate, ExecutionContext } from '@nestjs/common'; > import {...