Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 2, 2022
1 parent c321587 commit 96c9017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-contexts/src/hooks/useUserSubscriptions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useContext, useMemo } from 'react';
import { useSyncExternalStore } from 'use-sync-external-store/shim';

import type { ISubscription } from '@rocket.chat/core-typings';

import { FindOptions, SubscriptionQuery, UserContext } from '../UserContext';

export const useUserSubscriptions = (query: SubscriptionQuery, options?: FindOptions): Array<ISubscription> | [] => {
Expand Down

0 comments on commit 96c9017

Please sign in to comment.