Skip to content

Commit 5ede9f8

Browse files
dotansimhadarkbasic
authored andcommitted
Step 13.24: Add pictureId property to Profile
1 parent 8a6eef6 commit 5ede9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/server/models.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export const DEFAULT_PICTURE_URL = '/assets/default-profile-pic.svg';
33
export interface Profile {
44
name?: string;
55
picture?: string;
6+
pictureId?: string;
67
}
78

89
export enum MessageType {

0 commit comments

Comments
 (0)