Skip to content

Commit

Permalink
Update internal_transfers/actions/src/pipeline.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gent Rexha <[email protected]>
  • Loading branch information
bh2smith and Gent Rexha committed May 9, 2023
1 parent 97b01ae commit 2ffc40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal_transfers/actions/src/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export async function internalizedTokenImbalance(
);
const eventMeta = { txHash, blockNumber: txData.blockNumber };
const settlementEvent = settlement;
// If there is a simulation, get imbalances otherwise assume none.
if (settlementSimulations) {
// If there is a simulation, get imbalances otherwise assume none.
await insertPipelineResults(db, {
settlementSimulations,
imbalances: getInternalizedImbalance(settlementSimulations),
Expand Down

0 comments on commit 2ffc40c

Please sign in to comment.