fix patrons

This commit is contained in:
ThatOneCalculator 2022-11-19 00:04:35 -08:00
parent 649f2e76a8
commit acf6f11b80

View file

@ -19,7 +19,7 @@ export default define(meta, paramDef, async () => {
await fetch('https://codeberg.org/thatonecalculator/calckey/raw/branch/develop/patrons.json')
.then((response) => response.json())
.then((data) => {
patrons = data[0];
patrons = data['patrons'];
});
return {