Skip to content

Commit f1e0b82

Browse files
committed
Minor lint fix
1 parent c61f203 commit f1e0b82

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/treeViews/currentBranch/currentBranchTreeDataProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export class CurrentBranchTreeDataProvider extends GithubActionTreeDataProvider<
9999
const queryKey = ["workflowRuns", currentBranchName ?? "all"]
100100
if (!this.workflowRunCollection) {
101101
logDebug(`Creating workflow run collection for repo ${gitHubRepoContext.name}`)
102-
client.actions.listRepoWorkflows
103102
this.workflowRunCollection = createGithubCollection(
104103
queryKey,
105104
client,

0 commit comments

Comments
 (0)