Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Nov 27, 2023
1 parent aff2643 commit 530762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell-api/src/mongo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import { KeyVault, ClientEncryption } from './field-level-encryption';
import { ShellApiErrors } from './error-codes';
import type { LogEntry } from './log-entry';
import { parseAnyLogEntry } from './log-entry';
import { MongoshBusEventsMap } from '@mongosh/types';
import type { MongoshBusEventsMap } from '@mongosh/types';

/* Utility, inverse of Readonly<T> */
type Mutable<T> = {
Expand Down

0 comments on commit 530762d

Please sign in to comment.