Refactor
This commit is contained in:
parent
934c704cbf
commit
bd40e5c8d8
4 changed files with 47 additions and 48 deletions
|
@ -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", {});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue