Skip to content

Commit 05a3af5

Browse files
authored
Merge pull request #10 from Coreoz/feature/multipart-clean
fix import
2 parents fdbfd93 + 8c4e00e commit 05a3af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/client/JsonFetchClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { HttpRequest } from 'simple-http-request-builder';
2+
import { FetchResponseHandler } from '../handler/FetchResponseHandlers';
23
import { toJsonResponse } from '../handler/ResponseJsonHandler';
34
import { validateContentType } from '../handler/ValidateContentTypeHandler';
4-
import { fetchClient, FetchResponseHandler } from './FetchClient';
5+
import { fetchClient } from './FetchClient';
56
import { validateBasicStatusCodes } from '../handler/ValidateBasicStatusCodeHandler';
67
import { HttpResponse } from './HttpResponse';
78

0 commit comments

Comments
 (0)