We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a71660 commit 01477dfCopy full SHA for 01477df
src/api/deprecation-plugin.ts
@@ -34,6 +34,6 @@ const pluginCb: FastifyPluginAsync<{ defaultDeprecatedMessage: string }> = async
34
* - If not, the plugin uses the `defaultDeprecatedMessage` provided in the plugin options.
35
* - If neither is available, a generic warning message `299 - "Deprecated"` is used.
36
*/
37
-export const DeprecationPlugin = fp(pluginCb);
+const DeprecationPlugin = fp(pluginCb);
38
39
export default DeprecationPlugin;
0 commit comments