Skip to content

Commit d9e6e74

Browse files
committed
style(node): Resolve warns shown by "yarn lint"
1 parent b92a7a1 commit d9e6e74

File tree

1 file changed

+1
-1
lines changed
  • packages/node-core/src/transports

1 file changed

+1
-1
lines changed

packages/node-core/src/transports/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function createRequestExecutor(
127127
body = body.pipe(createGzip());
128128
}
129129

130-
const hostnameIsIPv6 = hostname.startsWith("[");
130+
const hostnameIsIPv6 = hostname.startsWith('[');
131131

132132
const req = httpModule.request(
133133
{

0 commit comments

Comments
 (0)