mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore: single line block comments (#30852)
This commit is contained in:
parent
80a90fabf3
commit
03da1ba108
34 changed files with 102 additions and 294 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue