fix lint padded-blocks

This commit is contained in:
Johann150 2022-07-04 15:59:24 +02:00
parent ea9e32096b
commit f14d5886f2
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
5 changed files with 0 additions and 5 deletions

View file

@ -21,7 +21,6 @@ export async function genSearchQuery(v: any, q: string) {
}
}
}
}
return {
query: q.split(' ').filter(x => !x.startsWith('/') && !x.startsWith('@')).join(' '),