Skip to content

Commit

Permalink
Fix ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Aug 23, 2024
1 parent 6d84549 commit d3c2980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare global {
}

function checkSpanAttributes(
spans: Readonly<ReadableSpan[]>,
spans: readonly ReadableSpan[],
name: string,
code: SpanStatusCode,
stmt: string,
Expand Down

0 comments on commit d3c2980

Please sign in to comment.