commit d5f348712e5e83126b6c2472c83f7145df115159
parent c84c22cb40d385d86e8b4f0dcdf5cc5e2ff289a3
Author: Florian Dold <florian@dold.me>
Date: Tue, 20 May 2025 16:57:47 +0200
fix bad import (preventing embedded wallet from being built)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-util/src/aml/events.ts b/packages/taler-util/src/aml/events.ts
@@ -1,5 +1,5 @@
import { Amounts } from "../amounts.js";
-import { isOneOf, TalerAmlProperties } from "../index.node.js";
+import { isOneOf, TalerAmlProperties } from "../index.js";
import { LimitOperationType } from "../types-taler-exchange.js";
import { AccountProperties, KycRule } from "../types-taler-kyc-aml.js";