Skip to content

Commit 9a4fc6c

Browse files
committed
lint issues
1 parent ca097a2 commit 9a4fc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai-semantic-conventions/src/SemanticAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import {
1818
ATTR_GEN_AI_USAGE_INPUT_TOKENS,
1919
ATTR_GEN_AI_USAGE_OUTPUT_TOKENS,
20-
// @ts-ignore - Using exports path that TypeScript doesn't recognize but works at runtime
20+
// @ts-expect-error - Using exports path that TypeScript doesn't recognize but works at runtime
2121
} from "@opentelemetry/semantic-conventions/incubating";
2222

2323
export const SpanAttributes = {

0 commit comments

Comments
 (0)