From 444c5427f41f8030b117a7d3589219abfa60bd1c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 16 Jun 2023 09:40:45 -0300 Subject: remove some type literal and pretty --- packages/taler-wallet-core/src/operations/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/common.ts') diff --git a/packages/taler-wallet-core/src/operations/common.ts b/packages/taler-wallet-core/src/operations/common.ts index ef5c54002..a64f78b03 100644 --- a/packages/taler-wallet-core/src/operations/common.ts +++ b/packages/taler-wallet-core/src/operations/common.ts @@ -464,7 +464,7 @@ export type ParsedTombstone = tag: TombstoneTag.DeleteWithdrawalGroup; withdrawalGroupId: string; } - | { tag: TombstoneTag.DeleteRefund; refundGroupId: string } + | { tag: TombstoneTag.DeleteRefund; refundGroupId: string }; export function constructTombstone(p: ParsedTombstone): TombstoneIdStr { switch (p.tag) { -- cgit v1.2.3