mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
revert method
This commit is contained in:
parent
6ca45eb6b2
commit
73b2ce6f21
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ const timeForThem = $computed(() => {
|
|||
return "";
|
||||
});
|
||||
|
||||
const patrons = $computed(async () => await os.api("patrons"));
|
||||
const patrons = await os.api("patrons");
|
||||
|
||||
function menu(ev) {
|
||||
os.popupMenu(
|
||||
|
|
Loading…
Add table
Reference in a new issue