diff --git a/src/logged.ts b/src/logged.ts index 1cd5892..0ce31ce 100644 --- a/src/logged.ts +++ b/src/logged.ts @@ -222,7 +222,7 @@ function overrideBuild, R>( } // If this is ExecutionContext based function (e.g. Guard, Interceptor) get Request from Context - if (type === 'guard') { + if (type === 'guard' || type === 'interceptor') { const context = args[0] as ExecutionContext; if (context.getType() === 'http') { const req = context.switchToHttp().getRequest();