Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 10.6: Update Party interface
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 653fe91 commit 2f2c477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion both/models/party.model.ts
Expand Up @@ -4,5 +4,6 @@ export interface Party extends CollectionObject {
name: string;
description: string;
location: string;
owner?: string;
owner?: string;
public: boolean;
}

0 comments on commit 2f2c477

Please sign in to comment.