aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hooks.ts8
1 files changed, 4 insertions, 4 deletions
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