Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Jan 28, 2024
1 parent 69f5479 commit 5133f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/lib/sdk.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const {
OTLPMetricExporter,
} = require('@opentelemetry/exporter-metrics-otlp-proto');
const {metrics, NodeSDK, api} = require('@opentelemetry/sdk-node');
const {metrics, NodeSDK} = require('@opentelemetry/sdk-node');
const {
envDetectorSync,
hostDetectorSync,
Expand Down

0 comments on commit 5133f39

Please sign in to comment.