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(
|
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user