Skip to content

Commit 0514cec

Browse files
committed
fix: avoid unused perf parameter
Written by an AI agent; not yet human-reviewed.
1 parent cf313c1 commit 0514cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/comark/src/parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const noopSpan: ComarkSpan = { end: () => {} }
4141
const noopPerf: ComarkPerf = {
4242
startSpan: () => noopSpan,
4343
startActiveSpan: (
44-
name: string,
44+
_name: string,
4545
optionsOrFn: ComarkSpanOptions | ((span: ComarkSpan) => unknown),
4646
fn?: (span: ComarkSpan) => unknown
4747
) => {

0 commit comments

Comments
 (0)