From de9fea098376d9fcf77ee28c75a5de1ac6e1dd16 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 9 Dec 2025 16:57:03 +0530 Subject: [PATCH] chore: remove redundant changes --- app/javascript/dashboard/api/inboxes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/dashboard/api/inboxes.js b/app/javascript/dashboard/api/inboxes.js index 1b8877510..2e940e876 100644 --- a/app/javascript/dashboard/api/inboxes.js +++ b/app/javascript/dashboard/api/inboxes.js @@ -1,6 +1,5 @@ /* global axios */ import CacheEnabledApiClient from './CacheEnabledApiClient'; -// import ApiClient from './ApiClient'; import ApiClient from './ApiClient'; // eslint-disable-next-line no-underscore-dangle