mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
style(metrics): linted index.router.ts after eslint --fix
This commit is contained in:
parent
0e737d48c1
commit
edfcb0c082
@ -5,8 +5,8 @@ import { ChannelRouter } from '@api/integrations/channel/channel.router';
|
|||||||
import { ChatbotRouter } from '@api/integrations/chatbot/chatbot.router';
|
import { ChatbotRouter } from '@api/integrations/chatbot/chatbot.router';
|
||||||
import { EventRouter } from '@api/integrations/event/event.router';
|
import { EventRouter } from '@api/integrations/event/event.router';
|
||||||
import { StorageRouter } from '@api/integrations/storage/storage.router';
|
import { StorageRouter } from '@api/integrations/storage/storage.router';
|
||||||
import { configService } from '@config/env.config';
|
|
||||||
import { waMonitor } from '@api/server.module';
|
import { waMonitor } from '@api/server.module';
|
||||||
|
import { configService } from '@config/env.config';
|
||||||
import { fetchLatestWaWebVersion } from '@utils/fetchLatestWaWebVersion';
|
import { fetchLatestWaWebVersion } from '@utils/fetchLatestWaWebVersion';
|
||||||
import { Router } from 'express';
|
import { Router } from 'express';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user