Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(profile): added emailPrivate to profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkrai03 authored and joshuawilson committed Feb 6, 2018
1 parent 0b1aaaa commit f03f22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/user/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export class Profile {
bio?: string;
url?: string;
email?: string;
emailPrivate?: boolean;
cluster?: string;
}

0 comments on commit f03f22b

Please sign in to comment.