fix patrons
This commit is contained in:
parent
649f2e76a8
commit
acf6f11b80
@ -19,7 +19,7 @@ export default define(meta, paramDef, async () => {
|
|||||||
await fetch('https://codeberg.org/thatonecalculator/calckey/raw/branch/develop/patrons.json')
|
await fetch('https://codeberg.org/thatonecalculator/calckey/raw/branch/develop/patrons.json')
|
||||||
.then((response) => response.json())
|
.then((response) => response.json())
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
patrons = data[0];
|
patrons = data['patrons'];
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user