(url, options)
| 16 | [csrfHeaderName]: '', |
| 17 | }, |
| 18 | async fetch(url, options) { |
| 19 | // medTODO wrap with error handling. Also wrap ALL our fetches with error handling. |
| 20 | return await fetch(url, { |
| 21 | ...options, |
| 22 | credentials: 'include', |
| 23 | }) |
| 24 | }, |
| 25 | }), |
| 26 | ], |
| 27 | transformer: superjson, |
no outgoing calls
no test coverage detected