From 856a5ce41f0049700dc8c20e0525737294b40288 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Sun, 24 Nov 2024 06:25:40 +0000 Subject: [PATCH] Update src/m365/spo/commands/homesite/homesite-list.ts Co-authored-by: Milan Holemans <11723921+milanholemans@users.noreply.github.com> --- src/m365/spo/commands/homesite/homesite-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m365/spo/commands/homesite/homesite-list.ts b/src/m365/spo/commands/homesite/homesite-list.ts index 3d0c4ac5488..1fe842b9b19 100644 --- a/src/m365/spo/commands/homesite/homesite-list.ts +++ b/src/m365/spo/commands/homesite/homesite-list.ts @@ -20,7 +20,7 @@ class SpoHomeSiteListCommand extends SpoCommand { public async commandAction(logger: Logger): Promise { try { - const spoAdminUrl: string = await spo.getSpoAdminUrl(logger, this.debug); + const spoAdminUrl: string = await spo.getSpoAdminUrl(logger, this.verbose); const requestOptions: CliRequestOptions = { url: `${spoAdminUrl}/_api/SPO.Tenant/GetTargetedSitesDetails`, headers: {