Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 9, 2024
1 parent b2bf769 commit b0c9e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const runWasmPlugin = async (pipeline: string, job: string[]) => {
return;
}

let name = pipeline.split("@")[0];
const name = pipeline.split("@")[0];
let version = extractVersion(pipeline);

const result = await fetch(`${BASE_URL}/pipeline/${name}`);
Expand Down

0 comments on commit b0c9e44

Please sign in to comment.