Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Aug 22, 2023
1 parent 5cb747c commit cb9b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/express/common/milestone-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export async function fetchAndValidateSameHeightBlocks(
)

// Return blocks from cluster 2 as it will be considered canonical
if (type == 'base') {
if (type === 'base') {
return latestBlockCluster2
}

Expand Down

0 comments on commit cb9b6c1

Please sign in to comment.