We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983ac9e commit a6fb649Copy full SHA for a6fb649
1 file changed
apps/server/src/services/attachment.service.ts
@@ -121,6 +121,7 @@ export class AttachmentService {
121
multimodalEmbedding: null, // Will be updated asynchronously
122
multimodalModelHash: null,
123
properties: properties || '{}',
124
+ deletedAt: BigInt(0),
125
createdAt: attachmentCreatedAt.getTime(),
126
} as unknown as Record<string, unknown>,
127
]);
0 commit comments