| 1 | import { uploadFile } from 'services/aws/s3'; |
| 2 | import { BUCKET_PREFIX_FOR_ATTACHMENTS, LINEN_STATIC_CDN } from 'config'; |
| 3 | import { messages, prisma } from '@linen/database'; |
| 4 | import { MessageFile, ConversationHistoryMessage, Logger } from '@linen/types'; |
nothing calls this directly
no test coverage detected