Skip to content

Commit

Permalink
chore: add sslCheckDomain property [gh-0]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos committed Aug 8, 2023
1 parent 85f2af9 commit 03dc3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/constructs/browser-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class BrowserCheck extends Check {
script: this.script,
scriptPath: this.scriptPath,
dependencies: this.dependencies,
sslCheckDomain: this.sslCheckDomain ?? null,
sslCheckDomain: this.sslCheckDomain || null, // empty string is converted to null
}
}
}

0 comments on commit 03dc3ac

Please sign in to comment.