Skip to content

Commit 7e5f5de

Browse files
authored
Update index.tsx
1 parent 0609254 commit 7e5f5de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • x-pack/plugins/security_solution/public/hosts/containers/authentications

x-pack/plugins/security_solution/public/hosts/containers/authentications/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ export const useAuthentications = ({
129129
const authenticationsSearch = useCallback(
130130
(request: AuthenticationsRequestOptions) => {
131131
let didCancel = false;
132-
const async
133-
= async () => {
132+
const asyncSearch = async () => {
134133
abortCtrl.current = new AbortController();
135134
setLoading(true);
136135

0 commit comments

Comments
 (0)