From 1cde390c23f2668a3777752632c48febd10a28ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Jun 2021 16:08:58 +0200 Subject: fix up imports, no more esm in tests --- packages/taler-wallet-core/src/operations/withdraw.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index 9f5c225fc..3400238ed 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -35,7 +35,7 @@ import { DenomSelectionState, ExchangeRecord, ExchangeDetailsRecord, -} from "../db"; +} from "../db.js"; import { BankWithdrawDetails, TalerErrorDetails, @@ -48,20 +48,20 @@ import { WithdrawResponse, codecForTalerConfigResponse, } from "@gnu-taler/taler-util"; -import { InternalWalletState } from "./state"; +import { InternalWalletState } from "./state.js"; import { Logger } from "@gnu-taler/taler-util"; -import { getExchangeDetails, updateExchangeFromUrl } from "./exchanges"; +import { getExchangeDetails, updateExchangeFromUrl } from "./exchanges.js"; import { WALLET_EXCHANGE_PROTOCOL_VERSION, WALLET_BANK_INTEGRATION_PROTOCOL_VERSION, -} from "./versions"; +} from "./versions.js"; import * as LibtoolVersion from "@gnu-taler/taler-util"; import { guardOperationException, makeErrorDetails, OperationFailedError, -} from "./errors"; +} from "./errors.js"; import { NotificationType } from "@gnu-taler/taler-util"; import { getTimestampNow, @@ -69,10 +69,10 @@ import { timestampCmp, timestampSubtractDuraction, } from "@gnu-taler/taler-util"; -import { readSuccessResponseJsonOrThrow } from "../util/http"; -import { URL } from "../util/url"; +import { readSuccessResponseJsonOrThrow } from "../util/http.js"; +import { URL } from "../util/url.js"; import { TalerErrorCode } from "@gnu-taler/taler-util"; -import { updateRetryInfoTimeout, initRetryInfo } from "../util/retries"; +import { updateRetryInfoTimeout, initRetryInfo } from "../util/retries.js"; import { compare } from "@gnu-taler/taler-util"; import { walletCoreDebugFlags } from "../util/debugFlags.js"; import { getExchangeTrust } from "./currencies.js"; -- cgit v1.2.3