Skip to content

Commit 0113533

Browse files
committed
Apply linter fixes to telemetryClient.ts
1 parent 4dfee79 commit 0113533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shim/telemetryClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class TelemetryClient {
212212

213213
// Check if name starts with an HTTP method followed by a space
214214
for (const method of httpMethods) {
215-
if (name.startsWith(method + " ")) {
215+
if (name.startsWith(`${method } `)) {
216216
return method;
217217
}
218218
}

0 commit comments

Comments
 (0)