Removed Old Circuit token

This commit is contained in:
2026-09-05 12:10:45 -05:00
parent 6e2b55f08c
commit 3f7cd5cabd
+2 -1
View File
@@ -61,7 +61,8 @@ const CONFIG = {
// restricted to 250mi of St. Louis or this would show ~500 events // restricted to 250mi of St. Louis or this would show ~500 events
// nationwide instead of the ~20 actually worth seeing locally. // nationwide instead of the ~20 actually worth seeing locally.
{ id: "BYaaUfKum7z0", name: "Warhammer Global Rankings 2026", near: { ...ST_LOUIS, miles: 250 } }, { id: "BYaaUfKum7z0", name: "Warhammer Global Rankings 2026", near: { ...ST_LOUIS, miles: 250 } },
{ id: "LtAtngHNe3", name: "Old Circuit Token" } // tried adding token below to see if it would open up other events, it did not
//{ id: "LtAtngHNe3", name: "Old Circuit Token" }
], ],
}; };