Skip to content

Commit

Permalink
ci(front): linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 3, 2023
1 parent 4b19641 commit 6f1ded6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/front/auth/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as Sentry from 'sentry-expo';
import config from '../services/config';
import { updateConstants } from '../services/constants';
import myFetch from '../services/fetch';
import { useAsyncError, useSecureState } from '../services/utilities';
import { useSecureState } from '../services/utilities';
import useAppleProvider from './providers/apple';
import useFacebookProvider from './providers/facebook';
import useGoogleProvider from './providers/google';
Expand Down Expand Up @@ -61,8 +61,6 @@ export function AuthContextProvider({ children, onReady }) {
currentProvider = PROVIDER_LOOKUP[authInfo.providerName];
}

const throwAsyncError = useAsyncError();

React.useEffect(() => {
if (Platform.OS == 'ios') {
return;
Expand Down

0 comments on commit 6f1ded6

Please sign in to comment.