diff --git a/node_common/serializers.js b/node_common/serializers.js index 17ae2133..465444fc 100644 --- a/node_common/serializers.js +++ b/node_common/serializers.js @@ -11,8 +11,6 @@ export const sanitizeUser = (entity) => { username: entity.username, slates: entity.slates, //NOTE(martina): this is not in the database. It is added after library: entity.library, //NOTE(martina): this is not in the database. It is added after - twitterId: entity.twitterId, - email: entity.email, data: { name: entity.data?.name, photo: entity.data?.photo,