Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
  • Loading branch information
OlivierAlbertini committed Aug 6, 2019
1 parent c44585c commit 0e2d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-http/src/utils.ts
@@ -1,7 +1,7 @@
import { Status, CanonicalCode, Span } from '@opentelemetry/types';
import { RequestOptions, IncomingMessage, ClientRequest } from 'http';
import { IgnoreMatcher } from './types';
import { Attributes } from './enums/Attributes';
import { Attributes } from './enums/attributes';
import * as url from 'url';

/**
Expand Down

0 comments on commit 0e2d03f

Please sign in to comment.