mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
lint
This commit is contained in:
parent
e46afaa98d
commit
e8c7e63041
2 changed files with 1 additions and 2 deletions
|
|
@ -137,7 +137,6 @@ import type { ErrorCause } from '@/api/komga-client'
|
|||
import { commonMessages } from '@/utils/i18n/common-messages'
|
||||
|
||||
const intl = useIntl()
|
||||
const router = useRouter()
|
||||
const display = useDisplay()
|
||||
const { unpinned, pinned, refresh } = useLibraries()
|
||||
const { isAdmin } = useCurrentUser()
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ const collection1 = {
|
|||
const collections = [collection1]
|
||||
|
||||
export const collectionsHandlers = [
|
||||
httpTyped.get('/api/v1/collections', async ({ query, response }) => {
|
||||
httpTyped.get('/api/v1/collections', ({ query, response }) => {
|
||||
const search = query.get('search')
|
||||
|
||||
const selected = collections.filter((it) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue