Skip to content

Commit

Permalink
fixed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc committed Aug 7, 2023
1 parent d0b2b36 commit e879953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/server/models/raw/Imports.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Db, Document, FindCursor, FindOptions, UpdateResult, IndexDescription } from 'mongodb';
import type { IImportsModel } from '@rocket.chat/model-typings';
import type { IImport } from '@rocket.chat/core-typings';
import type { IImportsModel } from '@rocket.chat/model-typings';
import type { Db, Document, FindCursor, FindOptions, UpdateResult, IndexDescription } from 'mongodb';

import { ensureArray } from '../../../lib/utils/arrayUtils';
import { BaseRaw } from './BaseRaw';
Expand Down

0 comments on commit e879953

Please sign in to comment.