Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Argho Roy authored and Argho Roy committed Oct 23, 2024
1 parent 849ccd4 commit 576b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/timingSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function serializeEntryToArray(entry: PerformanceResourceTiming) {
}
}
else {
info("Response is cached, removed backendTraceId from response")
info('Response is cached, removed backendTraceId from response');
}
result.push(backendTraceId);

Expand Down

0 comments on commit 576b564

Please sign in to comment.