From ac63f51d1a57bf12468710971068150ca94a9513 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=84=EF=B8=8F=20index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/reset-limits/index.js | 2 ++ 1 file changed, 2 insertions(+) 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; + +