diff --git a/src/commands/reset-limits/index.js b/src/commands/reset-limits/index.js index 25df009..4142d45 100644 --- a/src/commands/reset-limits/index.js +++ b/src/commands/reset-limits/index.js @@ -2,3 +2,5 @@ const stub = { isEnabled: () => false, isHidden: true, name: 'stub' }; export default stub; export const resetLimits = stub; export const resetLimitsNonInteractive = stub; + +