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 5127b57 commit 3173ae7Copy full SHA for 3173ae7
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