mirror of
https://github.com/immich-app/immich.git
synced 2025-06-12 21:38:37 +02:00
fix: lint
This commit is contained in:
parent
3eb9722c0c
commit
6fd2c17089
1 changed files with 6 additions and 1 deletions
|
@ -135,7 +135,12 @@ export enum QueryType {
|
|||
DESCRIPTION = 'description',
|
||||
}
|
||||
|
||||
export const validQueryTypes = new Set([QueryType.SMART, QueryType.FILENAME, QueryType.FILEPATH, QueryType.DESCRIPTION]);
|
||||
export const validQueryTypes = new Set([
|
||||
QueryType.SMART,
|
||||
QueryType.FILENAME,
|
||||
QueryType.FILEPATH,
|
||||
QueryType.DESCRIPTION,
|
||||
]);
|
||||
|
||||
export const locales = [
|
||||
{ code: 'af-ZA', name: 'Afrikaans (South Africa)' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue