chore: single line block comments (#30852)

This commit is contained in:
Daniel Dietzler 2026-08-18 17:55:26 +02:00 committed by GitHub
parent 80a90fabf3
commit 03da1ba108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 102 additions and 294 deletions

View file

@ -48,9 +48,7 @@ export type ValidateRequest = {
metadata: {
sharedLinkRoute: boolean;
adminRoute: boolean;
/**
`false` explicitly means no permission is required, which otherwise defaults to `all`
*/
/** `false` explicitly means no permission is required, which otherwise defaults to `all` */
permission?: Permission | false;
uri: string;
};

View file

@ -42,9 +42,7 @@ import { Tasks } from 'src/utils/tasks';
const POSTGRES_INT_MAX = 2_147_483_647;
const POSTGRES_INT_MIN = -2_147_483_648;
/**
look for a date from these tags (in order)
*/
/** look for a date from these tags (in order) */
const EXIF_DATE_TAGS: Array<keyof ImmichTags> = [
'SubSecDateTimeOriginal',
'SubSecCreateDate',