From b885d83011777a5e848e2ec94b1ea304d1fbc60f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 18 Dec 2022 23:13:01 +0000 Subject: [PATCH] chore: use `ofetch` (newer version of `ohymfetch`) --- server/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/shared.ts b/server/shared.ts index 71c686c6..1efa87e1 100644 --- a/server/shared.ts +++ b/server/shared.ts @@ -4,7 +4,7 @@ import _fs from 'unstorage/drivers/fs' import _kv from 'unstorage/drivers/cloudflare-kv-http' import { parseURL } from 'ufo' -import { $fetch } from 'ohmyfetch' +import { $fetch } from 'ofetch' import type { Storage } from 'unstorage' import cached from './cache-driver'