From edfcb0c0821937b9b005e36fe5a7c1fed364b586 Mon Sep 17 00:00:00 2001 From: Elizandro Pacheco Date: Wed, 17 Sep 2025 12:05:30 -0300 Subject: [PATCH] style(metrics): linted index.router.ts after eslint --fix --- src/api/routes/index.router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/routes/index.router.ts b/src/api/routes/index.router.ts index 1d865269..70019d3c 100644 --- a/src/api/routes/index.router.ts +++ b/src/api/routes/index.router.ts @@ -5,8 +5,8 @@ import { ChannelRouter } from '@api/integrations/channel/channel.router'; import { ChatbotRouter } from '@api/integrations/chatbot/chatbot.router'; import { EventRouter } from '@api/integrations/event/event.router'; import { StorageRouter } from '@api/integrations/storage/storage.router'; -import { configService } from '@config/env.config'; import { waMonitor } from '@api/server.module'; +import { configService } from '@config/env.config'; import { fetchLatestWaWebVersion } from '@utils/fetchLatestWaWebVersion'; import { Router } from 'express'; import fs from 'fs';