this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

invalidate lb cache daily

karitham 800769ba 06e8f4eb

+2 -2
+2 -2
src/App.tsx
··· 23 23 { 24 24 storage: localStorage, 25 25 sourceHash(source) { 26 - return `artists-${JSON.stringify(source)}`; 26 + return `artists-${JSON.stringify(source)}-${new Date().toISOString().split("T")[0]}`; 27 27 }, 28 28 }, 29 29 ); ··· 33 33 { 34 34 storage: localStorage, 35 35 sourceHash(source) { 36 - return `groups-${JSON.stringify(source)}`; 36 + return `groups-${JSON.stringify(source)}-${new Date().toISOString().split("T")[0]}`; 37 37 }, 38 38 }, 39 39 );