mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
fix patrons
This commit is contained in:
parent
1acc4848fb
commit
61fbc74e6c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user