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