minor changes

Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
This commit is contained in:
Deepankumar Loganathan
2024-01-29 20:08:46 +01:00
parent b433e52d5f
commit 6d7a92759c
3 changed files with 5 additions and 3 deletions
@@ -71,8 +71,8 @@ export class AzureDevOpsClient implements AzureDevOpsApi {
public async getGitTags(
projectName: string,
entityRef: string,
repoName: string,
entityRef: string,
host?: string,
org?: string,
): Promise<{ items: GitTag[] }> {