We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa0ac8 commit 6adce9fCopy full SHA for 6adce9f
packages/client/src/knock.ts
@@ -41,7 +41,7 @@ class Knock {
41
) {
42
this.host = options.host || DEFAULT_HOST;
43
this.logLevel = options.logLevel;
44
- this.branch = options.branch;
+ this.branch = options.branch || undefined;
45
46
this.log("Initialized Knock instance");
47
0 commit comments