Skip to content

Commit 8e45462

Browse files
committed
yarn format on cacheLifecycle.ts
1 parent b9d1034 commit 8e45462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolkit/src/query/core/buildMiddleware/cacheLifecycle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ export const buildCacheLifecycleHandler: InternalHandlerBuilder = ({
251251
}
252252
}
253253

254-
function getCacheKey(action: any) {
254+
function getCacheKey(action: any) {
255255
if (isQueryThunk(action)) return action.meta.arg.queryCacheKey
256256
if (isMutationThunk(action)) {
257-
return action.meta.arg.fixedCacheKey ?? action.meta.requestId;
257+
return action.meta.arg.fixedCacheKey ?? action.meta.requestId
258258
}
259259
if (api.internalActions.removeQueryResult.match(action))
260260
return action.payload.queryCacheKey

0 commit comments

Comments
 (0)