Skip to content

Commit f3634bb

Browse files
committed
Add comment for default value of enable308Redirect
1 parent 05ed01a commit f3634bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Config {
8585
if (options.terminalApiLocalEndpoint) this.terminalApiLocalEndpoint = options.terminalApiLocalEndpoint;
8686
if (options.liveEndpointUrlPrefix) this.liveEndpointUrlPrefix = options.liveEndpointUrlPrefix;
8787
if (options.region) this.region = options.region;
88-
this.enable308Redirect = options.enable308Redirect ?? true;
88+
this.enable308Redirect = options.enable308Redirect ?? true; // enabled by default
8989

9090
}
9191

0 commit comments

Comments
 (0)