chore: fix lint errors

pull/24569/head
Yaros 2025-12-14 12:01:55 +01:00
parent fb2d918c94
commit f5d6873aeb
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
import { SharedLinkType } from '@immich/sdk';
import { Button, Field, HStack, Input, Modal, ModalBody, ModalFooter, PasswordInput, Switch, Text } from '@immich/ui';
import { mdiLink } from '@mdi/js';
import { DateTime } from 'luxon';
import { t } from 'svelte-i18n';
interface Props {
@ -36,7 +35,7 @@
type: shareType,
albumId,
assetIds,
expiresAt: expiresAt,
expiresAt,
allowUpload,
description,
password,