Skip to content

Commit 01477df

Browse files
committed
ci: lint fix
1 parent 7a71660 commit 01477df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/deprecation-plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ const pluginCb: FastifyPluginAsync<{ defaultDeprecatedMessage: string }> = async
3434
* - If not, the plugin uses the `defaultDeprecatedMessage` provided in the plugin options.
3535
* - If neither is available, a generic warning message `299 - "Deprecated"` is used.
3636
*/
37-
export const DeprecationPlugin = fp(pluginCb);
37+
const DeprecationPlugin = fp(pluginCb);
3838

3939
export default DeprecationPlugin;

0 commit comments

Comments
 (0)