Skip to content

Commit

Permalink
minor fix on linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Aug 16, 2023
1 parent 033ea75 commit 064e392
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions javascript/packages/orchestrator/src/orchestrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ export async function start(

try {
// Parse and build Network definition
const networkSpec: ComputedNetwork = await generateNetworkSpec(
launchConfig,
);
const networkSpec: ComputedNetwork =
await generateNetworkSpec(launchConfig);

// IFF there are network references in cmds we need to switch to concurrency 1
if (TOKEN_PLACEHOLDER.test(JSON.stringify(networkSpec))) {
Expand Down

0 comments on commit 064e392

Please sign in to comment.