Update web-app/src/services/uploads/default.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dinh Long Nguyen 2025-10-09 04:53:19 +07:00 committed by GitHub
parent f4066e6e5a
commit 45d57dd34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import type { UploadsService, UploadResult } from './types'
import type { Attachment, } from '@/types/attachment'
import type { Attachment } from '@/types/attachment'
import { ulid } from 'ulidx'
import { ExtensionManager } from '@/lib/extension'
import { ExtensionTypeEnum, type RAGExtension, type IngestAttachmentsResult } from '@janhq/core'