Skip to content

Commit

Permalink
Step 16.10: Add location to be updated with a party
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 8135ed2 commit 2369f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/ui/components/partyDetails/partyDetails.js
Expand Up @@ -57,7 +57,8 @@ class PartyDetails {
$set: {
name: this.party.name,
description: this.party.description,
public: this.party.public
public: this.party.public,
location: this.party.location
}
}, (error) => {
if (error) {
Expand Down

0 comments on commit 2369f13

Please sign in to comment.