Skip to content

Commit

Permalink
chore(aws-xray-sdk-fastify): update spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed Sep 18, 2024
1 parent 972c297 commit 7817186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sdk_contrib/fastify/lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './plugin';
export { default } from './plugin';

2 changes: 1 addition & 1 deletion sdk_contrib/fastify/lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const xRayFastifyPlugin = async (fastify, opts) => {

module.exports = xRayFastifyPlugin;

exports.xRayFastifyPlugin = xRayFastifyPlugin;
exports.xRayFastifyPlugin = xRayFastifyPlugin;

0 comments on commit 7817186

Please sign in to comment.