(options = {}, dispatch)
| 42 | } |
| 43 | |
| 44 | export function doFetch(options = {}, dispatch) { |
| 45 | _doFetch(options, dispatch, defaultOptions) |
| 46 | } |
| 47 | |
| 48 | export function doFetchJson(options = {}, dispatch) { |
| 49 | _doFetch(options, dispatch, defaultJsonOptions) |
nothing calls this directly
no test coverage detected