This commit is contained in:
Florian Dold 2021-12-13 11:28:57 +01:00
parent c493a3069e
commit 2237058bcc
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -890,10 +890,7 @@ async function processWithdrawGroupImpl(
const r = await tx.reserves.indexes.byInitialWithdrawalGroupId.get( const r = await tx.reserves.indexes.byInitialWithdrawalGroupId.get(
withdrawalGroupId, withdrawalGroupId,
); );
if (r) { return r?.reservePub;
return r.reservePub;
}
return undefined;
}); });
if (!reservePub) { if (!reservePub) {
logger.warn( logger.warn(