chore: update to nuxt v3.6.5 (#2299)

This commit is contained in:
Daniel Roe 2023-08-01 22:11:26 +01:00 committed by GitHub
parent d23f1d39eb
commit a45b7173e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 108 additions and 123 deletions

View file

@ -66,7 +66,7 @@ export async function translateText(text: string, from: string | null | undefine
text: '',
})
try {
const response = await $fetch(config.public.translateApi, {
const response = await ($fetch as any)(config.public.translateApi, {
method: 'POST',
body: {
q: text,