Skip to content

Commit

Permalink
Removed obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Nov 12, 2023
1 parent 4cdb93a commit c4d4709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit c4d4709

Please sign in to comment.