style
This commit is contained in:
parent
c493a3069e
commit
2237058bcc
@ -890,10 +890,7 @@ async function processWithdrawGroupImpl(
|
||||
const r = await tx.reserves.indexes.byInitialWithdrawalGroupId.get(
|
||||
withdrawalGroupId,
|
||||
);
|
||||
if (r) {
|
||||
return r.reservePub;
|
||||
}
|
||||
return undefined;
|
||||
return r?.reservePub;
|
||||
});
|
||||
if (!reservePub) {
|
||||
logger.warn(
|
||||
|
Loading…
Reference in New Issue
Block a user