Skip to content

Commit

Permalink
Fix import error for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardwajaditya committed Aug 31, 2020
1 parent 76d954f commit 06c8b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/providers/UserProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { UserContext } from '../contexts/UserContext';
import { useReactiveValue } from '../hooks/useReactiveValue';
import { createReactiveSubscriptionFactory } from './createReactiveSubscriptionFactory';
import { Subscriptions } from '../../app/models/client';
import { callbacks } from '../../app/callbacks';
import { callbacks } from '../../app/callbacks/client';

const getUserId = (): string | null => Meteor.userId();

Expand Down

0 comments on commit 06c8b74

Please sign in to comment.