···7878 cache = pools;
7979 lastFetched = new Date();
80808181+ // Move this into refresh.js command
8182 fetchAllChartData(pools).catch((err) => console.error('[spinshare] Background fetch error:', err));
82838384 return pools;
+1-1
state/rounds.js
···11-// TODO: In the future, don't hardcode this, read it from Brackets.json or something, or the other way around, depend on this not brackets.json. figure it out!
11+// TODO: In the future, don't hardcode this, read it from Brackets.json or something, or the other way around, depend on this not brackets.json. figure it out! poolGenerator.js already parses Brackets.json
22const ROUNDS = [
33 { name: 'Qualifiers - Winners Semi-Final', bestOf: 3, tier: 1, bracket: 'Qualifiers', round: 'Winners Semi-Final' },
44 { name: 'Qualifiers - Winners Final', bestOf: 3, tier: 2, bracket: 'Qualifiers', round: 'Winners Final' },