Skip to content

Commit

Permalink
Fix iOS network indicator (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov committed Sep 8, 2017
1 parent 3837f22 commit 664dc67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/apiFetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const apiGet = async (
method: 'get',
},
resFunc,
isSilent,
shouldTimeout,
);

export const apiPost = async (
Expand Down

0 comments on commit 664dc67

Please sign in to comment.