commit c4e194b661ed0d5bcdad830d4ae5c35130c0950c
parent 4db0f46e53e5676402820907a51a622ccc58ffdd
Author: Florian Dold <florian@dold.me>
Date: Sun, 15 Jun 2025 16:03:29 +0200
-fix FTBFS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-util/src/types-taler-wallet.ts b/packages/taler-util/src/types-taler-wallet.ts
@@ -1623,7 +1623,7 @@ export interface ExchangeListItem {
* language (for buttons) and/or other UI/UX customization
* for compliance with the rules of that bank.
*/
- bankComplianceLanguage: string | undefined;
+ bankComplianceLanguage?: string;
lastUpdateTimestamp: TalerPreciseTimestamp | undefined;