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/tip.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/tip.ts') diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts index f79851be8..571721658 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -52,7 +52,10 @@ import { readSuccessResponseJsonOrThrow, } from "../util/http.js"; import { checkDbInvariant, checkLogicInvariant } from "../util/invariants.js"; -import { OperationAttemptResult, OperationAttemptResultType } from "../util/retries.js"; +import { + OperationAttemptResult, + OperationAttemptResultType, +} from "../util/retries.js"; import { makeCoinAvailable } from "../wallet.js"; import { updateExchangeFromUrl } from "./exchanges.js"; import { makeEventId } from "./transactions.js"; @@ -362,9 +365,6 @@ export async function acceptTip( await processTip(ws, tipId); } return { - transactionId: makeEventId( - TransactionType.Tip, - tipId - ) - } + transactionId: makeEventId(TransactionType.Tip, tipId), + }; } -- cgit v1.2.3