Skip to content

Commit c3a231d

Browse files
committed
Fix formatting issue
1 parent adde4b8 commit c3a231d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trace/span-inferrer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class SpanInferrer {
108108
const path = event.rawPath || event.requestContext.path || event.requestContext.routeKey;
109109
const httpUrl = `https://${domain}${path}`;
110110
const resourcePath = this.getResourcePath(event);
111-
const isAppsecEnabled = process.env.DD_SERVERLESS_APPSEC_ENABLED === "true"
111+
const isAppsecEnabled = process.env.DD_SERVERLESS_APPSEC_ENABLED === "true";
112112

113113
let method;
114114
if (event.requestContext.httpMethod) {

0 commit comments

Comments
 (0)