From d6b80d823763cea345071d8830f56f9c19fa672f Mon Sep 17 00:00:00 2001 From: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:06:39 -0400 Subject: [PATCH] Update plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx Co-authored-by: Patrik Oldsberg Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> --- .../components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx b/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx index c72c64df15..4947e3639f 100644 --- a/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx +++ b/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx @@ -67,7 +67,7 @@ export const handleAuthRequest = ({ authCallback, }: { legacyIncludeCookies?: boolean; - authCallback: any; + authCallback: Props['authCallback']; }): HandleRequest => { let cookies = {}; if (legacyIncludeCookies) {