Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(index): remove old export
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
Fdawgs authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 36113cb commit 2122f58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
@@ -23,8 +23,3 @@ const fastifySchedulePlugin = fp(plugin, {
module.exports = fastifySchedulePlugin
module.exports.default = fastifySchedulePlugin
module.exports.fastifySchedule = fastifySchedulePlugin

/**
* TODO: Should be removed in the next major release
*/
module.exports.fastifySchedulePlugin = fastifySchedulePlugin

0 comments on commit 2122f58

Please sign in to comment.