Skip to content

Commit

Permalink
chore(otel): lint:cycle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Sep 7, 2024
1 parent ba26cc6 commit b244b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/otel/src/lib/trace.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import assert from 'node:assert'

import type { DecoratorExecutorParamBase } from '@mwcp/share'
import type { Span } from '@opentelemetry/api'
import { isArrowFunction } from '@waiting/shared-core'

import type { Span, SpanStatusOptions } from '##/index.js'
import type { SpanStatusOptions } from '##/lib/types.js'

import type {
DecoratorContext,
Expand Down

0 comments on commit b244b6c

Please sign in to comment.