From 0e265f61e216378cfb00d353822c897cceffea4f Mon Sep 17 00:00:00 2001 From: Vadim Smakhtin Date: Thu, 5 Oct 2023 13:59:40 +0200 Subject: [PATCH] Removed houdini client leftowers --- apps/verification-portal/src/client.ts | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/verification-portal/src/client.ts diff --git a/apps/verification-portal/src/client.ts b/apps/verification-portal/src/client.ts deleted file mode 100644 index f7a5093ad..000000000 --- a/apps/verification-portal/src/client.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { HoudiniClient } from '$houdini'; - -export default new HoudiniClient({ - url: 'https://squid.subsquid.io/speck/v/v3/graphql', - - // uncomment this to configure the network call (for things like authentication) - // for more information, please visit here: https://www.houdinigraphql.com/guides/authentication - // fetchParams({ session }) { - // return { - // headers: { - // Authentication: `Bearer ${session.token}`, - // } - // } - // } -});