more eslint fixes

This commit is contained in:
wobsoriano
2022-11-04 08:02:52 -07:00
parent 5d98873cc3
commit 3e8a2de6e5

View File

@@ -8,7 +8,7 @@ import { hash } from 'ohash'
import { nanoid } from 'nanoid' import { nanoid } from 'nanoid'
import type { DecoratedProcedureRecord } from './types' import type { DecoratedProcedureRecord } from './types'
// @ts-expect-error: Nuxt auto-imports // @ts-expect-error: Nuxt auto-imports
import { useAsyncData, getCurrentInstance, onScopeDispose } from '#imports' import { getCurrentInstance, onScopeDispose, useAsyncData } from '#imports'
/** /**
* Calculates the key used for `useAsyncData` call * Calculates the key used for `useAsyncData` call