Commit 1c1c0802 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove duplicated line

parent abdd1892
......@@ -8,7 +8,6 @@ Vue.use(VueResource);
export default class GroupsService {
constructor(endpoint) {
this.groups = Vue.resource(endpoint);
this.groups = Vue.resource(endpoint);
}
getGroups(parentId, page) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment