QueryClient work
Lint / lint (push) Successful in 42s

This commit is contained in:
Julien Valverdé
2025-12-11 04:23:14 +01:00
parent c352b38417
commit 94ba0b0c5e
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class QueryClientCacheKey implements Equal.Equal {
return isQueryClientKey(that) && Equivalence.array(Equal.equivalence())(this.key, that.key)
}
[Hash.symbol]() {
return 0
return Hash.array(this.key)
}
}