diff --git a/composables/request.ts b/composables/request.ts index 6cb5051..af42dfc 100644 --- a/composables/request.ts +++ b/composables/request.ts @@ -30,6 +30,8 @@ interface DropFetch< export const $dropFetch: DropFetch = async (request, opts) => { if (!getCurrentInstance()?.proxy) { + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-ignore Excessive stack depth comparing types return await $fetch(request, opts); } const id = request.toString();