Skip to content

Commit 314bba9

Browse files
lenovousercjihrig
authored andcommitted
Correct the ResponseObject type
1 parent d002932 commit 314bba9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/types/request.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { Boom } from '@hapi/boom';
66
import { Podium } from '@hapi/podium';
77

88
import { PluginsStates, ServerRealm } from './plugin';
9-
import { ResponseObject } from '@hapi/shot';
10-
import { ResponseValue } from './response';
9+
import { ResponseValue, ResponseObject } from "./response";
1110
import { RouteRules, RouteSettings } from './route';
1211
import { Server, ServerAuthSchemeObjectApi } from './server';
1312
import { HTTP_METHODS_PARTIAL, HTTP_METHODS_PARTIAL_LOWERCASE, PeekListener } from './utils';

0 commit comments

Comments
 (0)