Skip to content

Commit bf68b53

Browse files
committed
chore: real fix
1 parent 532ae49 commit bf68b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/request.android.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { File, HttpResponseEncoding, ImageSource, Utils } from '@nativescript/core';
22
import { CacheOptions, HttpsFormDataParam, HttpsRequest, HttpsRequestOptions, HttpsResponseLegacy, HttpsSSLPinningOptions, getFilenameFromUrl, parseJSON } from '.';
33

4-
export { addNetworkInterceptor, addInterceptor, interceptors, networkInterceptors } from './request.common';
4+
import { interceptors, networkInterceptors } from './request.common';
5+
export { addNetworkInterceptor, addInterceptor } from './request.common';
56

67
interface Ipeer {
78
enabled: boolean;

0 commit comments

Comments
 (0)