Update plugins/azure-devops-backend/src/api/AzureDevOpsApi.ts
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com> Signed-off-by: David Söderlund <QuadmanSWE@gmail.com>
This commit is contained in:
@@ -397,7 +397,7 @@ export class AzureDevOpsApi {
|
||||
.filter((policy): policy is Policy => Boolean(policy));
|
||||
}
|
||||
|
||||
public async getAllTeams(limit?: number): Promise<Team[]> {
|
||||
public async getAllTeams(options?: { limit?: number }): Promise<Team[]> {
|
||||
this.logger?.debug('Getting all teams.');
|
||||
|
||||
const webApi = await this.getWebApi();
|
||||
|
||||
Reference in New Issue
Block a user