aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-util/src/transactions-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts
index 32d10a953..083124afa 100644
--- 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.