Skip to content

Commit

Permalink
Step 10.6: Update Party interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent a719592 commit b9592e5
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 b9592e5

Please sign in to comment.