You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string} jsonContentType Used when automatically setting the content-type header for a request with a jsonifiable body that does not have an explicit content-type header. Defaults to `application/json`.
185
185
*
186
186
* @param {(this: any, key: string, value: any) => any} jsonReplacer Custom replacer function used when calling `JSON.stringify()`.
187
-
*
187
+
*
188
188
* @param {number} timeout
189
189
* A number in milliseconds that represents the maximum time a request can take before timing out.
190
190
*/
@@ -216,9 +216,7 @@ export function fetchBaseQuery({
0 commit comments