Skip to content

Commit

Permalink
Step 3.4: Add 'chatId' property to message model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 7e75490 commit a54a3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions both/models/message.model.ts
@@ -1,5 +1,6 @@
export interface Message {
_id?: string;
chatId?: string;
content?: string;
createdAt?: Date;
}

0 comments on commit a54a3f6

Please sign in to comment.