Skip to content

Commit ffd26b5

Browse files
authored
fix: add missing import (#308)
1 parent 44603bf commit ffd26b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/context/request-context-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@nestjs/common';
2-
import type { Request } from 'express';
2+
import type { Request, Response } from 'express';
33

44
export interface RequestContextProvider {
55
getContextValues(

0 commit comments

Comments
 (0)