aboutsummaryrefslogtreecommitdiff
path: root/src/hooks.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-03 23:05:18 -0500
committermat <github@matdoes.dev>2022-04-03 23:05:18 -0500
commit1d1907672bcda4e56093c27c045b6b066d3143cb (patch)
tree1d82cd9816d914411db38043db2230c50c73f78d /src/hooks.ts
parentc717fcf01ce1f81412c312d702ff50143991c999 (diff)
downloadskyblock-stats-1d1907672bcda4e56093c27c045b6b066d3143cb.tar.gz
skyblock-stats-1d1907672bcda4e56093c27c045b6b066d3143cb.tar.bz2
skyblock-stats-1d1907672bcda4e56093c27c045b6b066d3143cb.zip
remove the externalFetch
Diffstat (limited to 'src/hooks.ts')
-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