Skip to content

Commit

Permalink
Step 13.23: Add pictureId property to Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 07599b6 commit 6f97256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/server/models.ts
Expand Up @@ -3,6 +3,7 @@ export const DEFAULT_PICTURE_URL = '/assets/default-profile-pic.svg';
export interface Profile {
name?: string;
picture?: string;
pictureId?: string;
}

export enum MessageType {
Expand Down

0 comments on commit 6f97256

Please sign in to comment.