Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed May 10, 2024
1 parent 4193d0e commit 5f48156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/instance-status/src/index.ts
@@ -1,8 +1,8 @@
import { EventEmitter } from 'events';

import { InstanceStatus as InstanceStatusModel } from '@rocket.chat/models';
import { v4 as uuidv4 } from 'uuid';
import type { UpdateResult } from 'mongodb';
import { v4 as uuidv4 } from 'uuid';

const events = new EventEmitter();

Expand Down

0 comments on commit 5f48156

Please sign in to comment.