FIX: missing semi colon

This commit is contained in:
Robin Ward 2016-03-14 14:52:40 -04:00
parent 621f7e0a65
commit f46ced6fc2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export default (filter, params) => {
record.setupGroupsAndPermissions();
this.site.updateCategory(record);
return { category: Category.findBySlug(modelParams.slug, modelParams.parentSlug) };
})
});
};
return { category };
},