tangled
alpha
login
or
join now
whey.party
/
red-dwarf
82
fork
atom
an independent Bluesky client using Constellation, PDS Queries, and other services
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
client
app
82
fork
atom
overview
issues
25
pulls
pipelines
faster reload
rimar1337
4 months ago
fc6b4da8
208521f9
+1
-1
1 changed file
expand all
collapse all
unified
split
src
utils
useQuery.ts
+1
-1
src/utils/useQuery.ts
···
657
path: string,
658
staleMult?: number
659
}) {
660
-
const safemult = query?.staleMult || 1;
661
// console.log(
662
// 'yknowIReallyHateThisButWhateverGuardedConstructConstellationInfiniteQueryLinks',
663
// query,
···
657
path: string,
658
staleMult?: number
659
}) {
660
+
const safemult = query?.staleMult ?? 1;
661
// console.log(
662
// 'yknowIReallyHateThisButWhateverGuardedConstructConstellationInfiniteQueryLinks',
663
// query,