From 1d1907672bcda4e56093c27c045b6b066d3143cb Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 3 Apr 2022 23:05:18 -0500 Subject: remove the externalFetch --- src/hooks.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/hooks.ts b/src/hooks.ts index f9df388..3fa9299 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -18,8 +18,8 @@ export const getSession: GetSession = async ({ locals }) => { } } -export const externalFetch: ExternalFetch = async (request) => { - const response = await fetch(request) +// export const externalFetch: ExternalFetch = async (request) => { +// const response = await fetch(request) - return response -} \ No newline at end of file +// return response +// } \ No newline at end of file -- cgit