(url, options)
| 11 | [csrfHeaderName]: '', |
| 12 | }, |
| 13 | async fetch(url, options) { |
| 14 | return await fetch(url, { |
| 15 | ...options, |
| 16 | credentials: 'include', |
| 17 | }) |
| 18 | }, |
| 19 | }), |
| 20 | ], |
| 21 | transformer: superjson, |
nothing calls this directly
no outgoing calls
no test coverage detected