Skip to content
Snippets Groups Projects
Commit 1c1c0802 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Remove duplicated line

parent abdd1892
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment