]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/account/account.ts
Fix remote actor creation date
[github/Chocobozzz/PeerTube.git] / server / models / account / account.ts
index 312451abeb1d6e48ce03b2f9796f450d15e911df..44be0fd3ca1930cffb9390b5b79967afc87b136c 100644 (file)
@@ -411,8 +411,6 @@ export class AccountModel extends Model {
       id: this.id,
       displayName: this.getDisplayName(),
       description: this.description,
-      createdAt: this.createdAt,
-      updatedAt: this.updatedAt,
       userId: this.userId ? this.userId : undefined
     }