Skip to content

Commit

Permalink
return caching of feedByCommonIdStates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 30, 2023
1 parent 6c7b73e commit f1940a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/transforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const cacheTransform = createTransform(
(inboundState: CacheState) => ({
...INITIAL_CACHE_STATE,
userStates: clearNonFinishedStates(inboundState.userStates),
feedByCommonIdStates: inboundState.feedByCommonIdStates,
}),
(outboundState: CacheState) => outboundState,
{ whitelist: ["cache"] },
Expand Down

0 comments on commit f1940a1

Please sign in to comment.