mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #10828 from overleaf/em-fix-deleted-projects
Fix project deletion when history id is a string GitOrigin-RevId: cf60d9b6b7801592e1ff9f9be135f68dfe010ecf
This commit is contained in:
@@ -18,7 +18,7 @@ const DeleterDataSchema = new Schema({
|
||||
deletedProjectReadOnlyToken: { type: String },
|
||||
deletedProjectLastUpdatedAt: { type: Date },
|
||||
deletedProjectOverleafId: { type: Number },
|
||||
deletedProjectOverleafHistoryId: { type: Number },
|
||||
deletedProjectOverleafHistoryId: { type: Schema.Types.Mixed },
|
||||
})
|
||||
|
||||
const DeletedProjectSchema = new Schema(
|
||||
|
||||
Reference in New Issue
Block a user