FIX: missing semi colon
This commit is contained in:
parent
621f7e0a65
commit
f46ced6fc2
|
@ -21,7 +21,7 @@ export default (filter, params) => {
|
||||||
record.setupGroupsAndPermissions();
|
record.setupGroupsAndPermissions();
|
||||||
this.site.updateCategory(record);
|
this.site.updateCategory(record);
|
||||||
return { category: Category.findBySlug(modelParams.slug, modelParams.parentSlug) };
|
return { category: Category.findBySlug(modelParams.slug, modelParams.parentSlug) };
|
||||||
})
|
});
|
||||||
};
|
};
|
||||||
return { category };
|
return { category };
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue