style(metrics): linted index.router.ts after eslint --fix

This commit is contained in:
Elizandro Pacheco 2025-09-17 12:05:30 -03:00
parent 0e737d48c1
commit edfcb0c082

View File

@ -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';