Skip to content

Commit

Permalink
fix: sorry linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustrb committed Oct 14, 2024
1 parent f041c44 commit c77655e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/meteor/app/livechat/server/lib/RoutingManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import type {
SelectedAgent,
InquiryWithAgentInfo,
TransferData,
ILivechatContact,
} from '@rocket.chat/core-typings';
import { LivechatInquiryStatus, ILivechatContact } from '@rocket.chat/core-typings';
import { LivechatInquiryStatus } from '@rocket.chat/core-typings';
import { License } from '@rocket.chat/license';
import { Logger } from '@rocket.chat/logger';
import { LivechatInquiry, LivechatRooms, Subscriptions, Rooms, Users, LivechatContacts } from '@rocket.chat/models';
Expand Down

0 comments on commit c77655e

Please sign in to comment.