From e77510106fdcb0448af809fd6c928f1ff80b6d15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 11 Jun 2021 11:15:08 +0200 Subject: simplify retry timeout handling --- packages/taler-wallet-core/src/db.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/db.ts') diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index ca613e5e5..fb242e379 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -922,7 +922,7 @@ export interface ProposalRecord { * Retry info, even present when the operation isn't active to allow indexing * on the next retry timestamp. */ - retryInfo: RetryInfo; + retryInfo?: RetryInfo; lastError: TalerErrorDetails | undefined; } -- cgit v1.2.3