Skip to content

Commit

Permalink
Step 16.10: Update models.ts to add the fcmToken property to User
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Oct 16, 2017
1 parent 529f6ac commit 5e50311
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 @@ -33,6 +33,7 @@ export interface Message {

export interface User extends Meteor.User {
profile?: Profile;
fcmToken?: string;
}

export interface Location {
Expand Down

0 comments on commit 5e50311

Please sign in to comment.