(headers)
| 506 | fetchBaseQuery({ |
| 507 | baseUrl: apiLocation, |
| 508 | prepareHeaders(headers) { |
| 509 | headers.set('CSRF-Token', getCSRFToken()); |
| 510 | return headers; |
| 511 | }, |
| 512 | credentials: 'include' |
| 513 | }), |
| 514 | // Retry in the case this is the initial request - csrf is not set yet, and initial returns 403 |
nothing calls this directly
no test coverage detected