chore: use `ofetch` (newer version of `ohymfetch`)

pull/459/head
Daniel Roe 2022-12-18 23:13:01 +00:00
rodzic c830b8087a
commit b885d83011
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 22D5008E4F5D9B55
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'