Browse Source

fixed group del

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
7c02cd8ccc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/groups.js

+ 1
- 1
src/groups.js View File

27
 
27
 
28
                 luticateAuthGroups.del = function(data, promise)
28
                 luticateAuthGroups.del = function(data, promise)
29
                 {
29
                 {
30
-                    return luticateRequest.post("/api/luticate/groups/" + data.user_id + "/del", null, null, promise);
30
+                    return luticateRequest.post("/api/luticate/groups/" + data.group_id + "/del", null, null, promise);
31
                 };
31
                 };
32
 
32
 
33
             return luticateAuthGroups;
33
             return luticateAuthGroups;

Loading…
Cancel
Save