Fix getAllTeams method whitespace

Signed-off-by: Quadman <QuadmanSWE@gmail.com>
This commit is contained in:
Quadman
2024-04-07 17:37:13 +02:00
parent d8a731b9d6
commit fbdd051829
@@ -397,7 +397,7 @@ export class AzureDevOpsApi {
.filter((policy): policy is Policy => Boolean(policy));
}
public async getAllTeams(options?: { limit?: number }): Promise<Team[]> {
public async getAllTeams(options?: { limit?: number }): Promise<Team[]> {
this.logger?.debug('Getting all teams.');
const webApi = await this.getWebApi();