Remove the uploadedAt time

This commit is contained in:
Arnaud 2025-02-07 14:39:04 +01:00
parent 4d33154a49
commit b36fb65721
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -40,11 +40,6 @@ export type CodexManifest = {
* Mimetype
*/
mimetype: string | null;
/**
* Date of upload
*/
uploadedAt: number;
};
export type CodexDataContent = {