From 860f10e6f004668d3109b5a1d96ddb2b26ddc2f5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 16 Sep 2022 14:27:24 -0300 Subject: pretty --- packages/taler-wallet-core/src/operations/backup/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/backup/index.ts') diff --git a/packages/taler-wallet-core/src/operations/backup/index.ts b/packages/taler-wallet-core/src/operations/backup/index.ts index d4dfe2916..c7c93e909 100644 --- a/packages/taler-wallet-core/src/operations/backup/index.ts +++ b/packages/taler-wallet-core/src/operations/backup/index.ts @@ -86,7 +86,12 @@ import { checkDbInvariant, checkLogicInvariant, } from "../../util/invariants.js"; -import { OperationAttemptResult, OperationAttemptResultType, RetryTags, scheduleRetryInTx } from "../../util/retries.js"; +import { + OperationAttemptResult, + OperationAttemptResultType, + RetryTags, + scheduleRetryInTx, +} from "../../util/retries.js"; import { checkPaymentByProposalId, confirmPay, -- cgit v1.2.3