Skip to content

Commit 3b0c7ad

Browse files
committed
response typo
1 parent fa38cd5 commit 3b0c7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polyfill/Fetch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class RNFetchBlobFetchPolyfill {
7373
// release blob cache created when sending request
7474
if(blobCache !== null && blobCache instanceof Blob)
7575
blobCache.close()
76-
return Promise.resolve(new RNFetchBlobFetchRepsonse(resp))
76+
return Promise.resolve(new RNFetchBlobFetchResponse(resp))
7777
})
7878
})
7979

@@ -97,7 +97,7 @@ class RNFetchBlobFetchPolyfill {
9797

9898
}
9999

100-
class RNFetchBlobFetchRepsonse {
100+
class RNFetchBlobFetchResponse {
101101

102102
constructor(resp:FetchBlobResponse) {
103103
let info = resp.info()

0 commit comments

Comments
 (0)