diff --git a/src/models/Project.ts b/src/models/Project.ts index 05a841e70..338c634ee 100644 --- a/src/models/Project.ts +++ b/src/models/Project.ts @@ -891,7 +891,6 @@ export default class Project { public: this.data.public, archived: this.isArchived(), persisted: this.isPersisted(), - // We update the time to now when the object is serialized. timestamp: this.data.timestamp, gallery: this.data.gallery, flags: { ...this.data.flags },