Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Nov 27, 2023
1 parent 1504007 commit 3814f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/packages/orchestrator/src/configGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ export async function generateNetworkSpec(
parachain.chain ? "--chain {{chainName}}" : ""
} --disable-default-bootnode`;


parachainSetup = {
...parachainSetup,
...(parachain.balance ? { balance: parachain.balance } : {}),
Expand Down

0 comments on commit 3814f16

Please sign in to comment.