Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 4, 2024
1 parent 7960fff commit ea0cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataworker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export async function runDataworker(_logger: winston.Logger, baseSigner: Signer)
at: "Dataworker#index",
message: "Exiting early due to dataworker function collision",
proposalCollision,
proposedBundleData,
proposedBundleDataDefined: isDefined(proposedBundleData),
executorCollision,
poolRebalanceLeafExecutionCount,
unclaimedPoolRebalanceLeafCount: pendingProposal.unclaimedPoolRebalanceLeafCount,
Expand Down

0 comments on commit ea0cb15

Please sign in to comment.