Skip to content

Commit 9d8c65c

Browse files
author
Shogun
committed
chore: Remove leftover.
1 parent 9305a8d commit 9d8c65c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ exports.plugin = fastify_plugin_1.default(function (instance, options, done) {
3939
}
4040
done();
4141
}, { name: 'fastify-errors-properties' });
42-
// prettier-ignore
4342
module.exports = exports.plugin;
4443
Object.assign(module.exports, exports);

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@ export const plugin = fastifyPlugin(
4646
{ name: 'fastify-errors-properties' }
4747
)
4848

49-
// prettier-ignore
5049
module.exports = plugin
5150
Object.assign(module.exports, exports)

0 commit comments

Comments
 (0)