Skip to content

Commit

Permalink
refactor: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DinaYakovlev committed Mar 3, 2021
1 parent 57bfdbf commit a02566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-koa/src/koa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
InstrumentationNodeModuleDefinition,
} from '@opentelemetry/instrumentation';

import * as koa from 'koa';
import type * as koa from 'koa';
import {
KoaMiddleware,
KoaContext,
Expand Down

0 comments on commit a02566c

Please sign in to comment.