Skip to content

Commit

Permalink
fix: remove the default export
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Aug 11, 2021
1 parent 512e756 commit a2200e5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -17,5 +17,4 @@
import { Instrumentation } from './instrumentation';

export * from './instrumentation';
export default Instrumentation;
export { Instrumentation as NestInstrumentation };

0 comments on commit a2200e5

Please sign in to comment.