Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lizozom authored Sep 3, 2020
1 parent 0609254 commit 7e5f5de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ export const useAuthentications = ({
const authenticationsSearch = useCallback(
(request: AuthenticationsRequestOptions) => {
let didCancel = false;
const async
= async () => {
const asyncSearch = async () => {
abortCtrl.current = new AbortController();
setLoading(true);

Expand Down

0 comments on commit 7e5f5de

Please sign in to comment.