Skip to content

Commit

Permalink
refactor: remove needless import
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomakela committed Sep 18, 2024
1 parent dcfbef1 commit f7388ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/messages/api/messagesApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ApolloQueryResult } from '@apollo/client';
import { get, omit, orderBy } from 'lodash';
import { get, omit } from 'lodash';

import type {
MethodHandlerResponse,
Expand Down

0 comments on commit f7388ed

Please sign in to comment.