From 16e7814445d57c2494ddaf3aaf11d60abb2b036b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 16 Sep 2022 17:21:54 +0200 Subject: -move declaration --- packages/taler-wallet-core/src/operations/backup/index.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/backup') diff --git a/packages/taler-wallet-core/src/operations/backup/index.ts b/packages/taler-wallet-core/src/operations/backup/index.ts index db003af81..d4dfe2916 100644 --- a/packages/taler-wallet-core/src/operations/backup/index.ts +++ b/packages/taler-wallet-core/src/operations/backup/index.ts @@ -74,10 +74,7 @@ import { BackupProviderStateTag, BackupProviderTerms, ConfigRecord, - OperationAttemptResult, - OperationAttemptResultType, WalletBackupConfState, - WalletStoresV1, WALLET_BACKUP_STATE_KEY, } from "../../db.js"; import { InternalWalletState } from "../../internal-wallet-state.js"; @@ -89,9 +86,7 @@ import { checkDbInvariant, checkLogicInvariant, } from "../../util/invariants.js"; -import { GetReadWriteAccess } from "../../util/query.js"; -import { RetryInfo, RetryTags, scheduleRetryInTx } from "../../util/retries.js"; -import { guardOperationException } from "../common.js"; +import { OperationAttemptResult, OperationAttemptResultType, RetryTags, scheduleRetryInTx } from "../../util/retries.js"; import { checkPaymentByProposalId, confirmPay, -- cgit v1.2.3