This commit is contained in:
Bianca Fürstenau 2025-02-10 18:39:06 +01:00
parent 934c704cbf
commit bd40e5c8d8
4 changed files with 47 additions and 48 deletions

View file

@ -4,7 +4,7 @@ let cntMsgEl;
let pullMsgEl;
async function swap(s) {
await invoke("swap", { store: s });
await invoke("swap", { store: s, acc: 1 });
cntMsgEl.textContent = await invoke("count", {});
}