Skip to content

Commit c024721

Browse files
committed
fix runs
1 parent 388ce8e commit c024721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/solidity-script.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class SolidityScript extends Plugin {
4444
evmVersion: params.evmVersion,
4545
optimizer: {
4646
enabled: params.optimize,
47-
runs: params.run
47+
runs: params.runs
4848
}
4949
}
5050
const compilation = await compile(

0 commit comments

Comments
 (0)