Skip to content

Commit edfcb0c

Browse files
style(metrics): linted index.router.ts after eslint --fix
1 parent 0e737d4 commit edfcb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/index.router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { ChannelRouter } from '@api/integrations/channel/channel.router';
55
import { ChatbotRouter } from '@api/integrations/chatbot/chatbot.router';
66
import { EventRouter } from '@api/integrations/event/event.router';
77
import { StorageRouter } from '@api/integrations/storage/storage.router';
8-
import { configService } from '@config/env.config';
98
import { waMonitor } from '@api/server.module';
9+
import { configService } from '@config/env.config';
1010
import { fetchLatestWaWebVersion } from '@utils/fetchLatestWaWebVersion';
1111
import { Router } from 'express';
1212
import fs from 'fs';

0 commit comments

Comments
 (0)