Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed May 8, 2023
1 parent 763e0d5 commit a6af063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-sourcify/src/lib/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export async function matchWithCreationTx(
creatorTxData,
recompiledCreationBytecode
);
let constructorAbiParamInputs = (
const constructorAbiParamInputs = (
recompiledMetadata?.output?.abi?.find(
(param) => param.type === 'constructor'
) as AbiConstructor
Expand Down

0 comments on commit a6af063

Please sign in to comment.