Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 29, 2024
1 parent f4c93e7 commit 3391626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/api/impl/validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ export function getValidatorApi({
: Promise.reject(engineDisabledError)
);

enginePromise.then((engineBlock) => {
void enginePromise.then((engineBlock) => {
if (
engineBlock.status === ExtendedPromiseStatus.Fulfilled &&
(engineBlock.value.shouldOverrideBuilder || builderBoostFactor === BigInt(0))
Expand Down

0 comments on commit 3391626

Please sign in to comment.