diff --git a/src/utils.ts b/src/utils.ts index 783ccd9..f93e595 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -4,6 +4,6 @@ import { REQUEST_LOG_ID } from "./logged"; const logger = new Logger(); -export function getRequestLogger(functionName: string, req: any) { +export function getRequestLogger(functionName: string, req: any): ScopedLogger { return new ScopedLogger(logger, [functionName], req[REQUEST_LOG_ID]) } \ No newline at end of file