Skip to content

Commit

Permalink
Remove export from demo-index
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed May 24, 2024
1 parent 4740ffb commit 91cb40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/demo-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ generateButton.addEventListener("click", async function () {
isGenerateData = true;
await createTransactionCards();
});
validateButton.addEventListener("click", await validateTransactions);
cleanupButton.addEventListener("click", await cleanupTransactions);
validateButton.addEventListener("click", await validateTransactions());
cleanupButton.addEventListener("click", await cleanupTransactions());

createValidationRules();
await createTransactionCards();

0 comments on commit 91cb40c

Please sign in to comment.