mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Format
This commit is contained in:
parent
6a24f682bc
commit
dbf6ef4019
|
@ -293,7 +293,7 @@ function computeRtkQueryRequests(
|
||||||
const [queryCacheKey, queryCache] = queryCacheEntries[i];
|
const [queryCacheKey, queryCache] = queryCacheEntries[i];
|
||||||
const requestId: string =
|
const requestId: string =
|
||||||
type === 'queries'
|
type === 'queries'
|
||||||
? (queryCache as (typeof api)['queries'][string])?.requestId ?? ''
|
? ((queryCache as (typeof api)['queries'][string])?.requestId ?? '')
|
||||||
: queryCacheKey;
|
: queryCacheKey;
|
||||||
if (
|
if (
|
||||||
queryCache &&
|
queryCache &&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user