Skip to content

Commit

Permalink
Update configuration.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ewan Harris <[email protected]>
  • Loading branch information
Waheedsys and ewanharris authored Oct 4, 2024
1 parent 435c8c1 commit 93a7cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 93a7cbe

Please sign in to comment.