diff options
Diffstat (limited to 'shared/extra-utils/miscs/stubs.ts')
-rw-r--r-- | shared/extra-utils/miscs/stubs.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared/extra-utils/miscs/stubs.ts b/shared/extra-utils/miscs/stubs.ts index d1eb0e3b2..940e4bf29 100644 --- a/shared/extra-utils/miscs/stubs.ts +++ b/shared/extra-utils/miscs/stubs.ts | |||
@@ -2,13 +2,6 @@ function buildRequestStub (): any { | |||
2 | return { } | 2 | return { } |
3 | } | 3 | } |
4 | 4 | ||
5 | function buildResponseStub (): any { | ||
6 | return { | ||
7 | locals: {} | ||
8 | } | ||
9 | } | ||
10 | |||
11 | export { | 5 | export { |
12 | buildResponseStub, | ||
13 | buildRequestStub | 6 | buildRequestStub |
14 | } | 7 | } |