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 DAB0mB committed Jun 22, 2017
1 parent f23af3f commit b57b619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/server/models.ts
Original file line number Diff line number Diff line change
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 b57b619

Please sign in to comment.