X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Faccount%2Faccount.ts;h=44be0fd3ca1930cffb9390b5b79967afc87b136c;hb=a66c2e3252d6cca8958959966f42494ded564023;hp=312451abeb1d6e48ce03b2f9796f450d15e911df;hpb=64df4b65aee56784f8edad917c44b24453bf4658;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/account/account.ts b/server/models/account/account.ts index 312451abe..44be0fd3c 100644 --- a/server/models/account/account.ts +++ b/server/models/account/account.ts @@ -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 }