Skip to content

Commit 12a97ec

Browse files
committed
Shorten param forwarding for repositoryCount
1 parent 2652923 commit 12a97ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/remote-queries/run-remote-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,6 @@ async function buildRemoteQueryEntity(
448448
},
449449
executionStartTime: queryStartTime,
450450
actionsWorkflowRunId: workflowRunId,
451-
repositoryCount: repositoryCount,
451+
repositoryCount,
452452
};
453453
}

0 commit comments

Comments
 (0)