From 93a7cbecc5104dd582da852a5d8a3bebf5ec5ecc Mon Sep 17 00:00:00 2001 From: Syed Waheed <105697767+Waheedsys@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:51:55 +0530 Subject: [PATCH] Update configuration.ts Co-authored-by: Ewan Harris --- configuration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.ts b/configuration.ts index bb0d690..fefb380 100644 --- a/configuration.ts +++ b/configuration.ts @@ -186,7 +186,7 @@ export class Configuration { * @throws {FgaValidationError} */ public isValid(): boolean { - if (!this.apiUrl && !this.apiScheme && !this.apiHost) { + if (!this.apiUrl && !this.apiHost) { assertParamExists("Configuration", "apiUrl", this.apiUrl); }