Skip to content

Commit

Permalink
fix: revert commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 1, 2020
1 parent e167e8b commit 0b50b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/queryCache.js
Expand Up @@ -168,7 +168,7 @@ export function makeQueryCache({ frozen = isServer, defaultConfig } = {}) {
query.scheduleGarbageCollection()
}

if (!frozen && queryHash) {
if (!frozen) {
queryCache.queries[queryHash] = query

if (isServer) {
Expand Down

0 comments on commit 0b50b75

Please sign in to comment.