taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9504687813d3ee47131f5b7f66c1426f9ccffd41
parent 529993da2f14934456b4083cb1f2a3fa69248ca4
Author: Florian Dold <florian@dold.me>
Date:   Mon, 16 Oct 2023 10:26:44 +0200

-typo

Diffstat:
Mpackages/taler-util/src/transactions-types.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts @@ -67,7 +67,7 @@ export interface TransactionsRequest { * By default, items are sorted ascending by their * main timestamp. */ - sort?: "ascending" | "descending", + sort?: "ascending" | "descending"; /** * If true, include all refreshes in the transactions list.