Skip to content

Commit

Permalink
Update e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jun 22, 2024
1 parent c647717 commit f72ff36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/app/e2e/client/rocketchat.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import QueryString from 'querystring';
import URL from 'url';

import type { IE2EEMessage, IMessage, IRoom, ISubscription, MessageAttachment } from '@rocket.chat/core-typings';
import type { IE2EEMessage, IMessage, IRoom, ISubscription, IUploadWithUser, MessageAttachment } from '@rocket.chat/core-typings';
import { isE2EEMessage } from '@rocket.chat/core-typings';
import { Emitter } from '@rocket.chat/emitter';
import EJSON from 'ejson';
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/client/startup/e2e.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AtLeast, IMessage, ISubscription } from '@rocket.chat/core-typings';
import type { IMessage, ISubscription } from '@rocket.chat/core-typings';
import { isE2EEPinnedMessage } from '@rocket.chat/core-typings';
import { Meteor } from 'meteor/meteor';
import { Tracker } from 'meteor/tracker';
Expand Down

0 comments on commit f72ff36

Please sign in to comment.