Browse Source

fixed wrong request call

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

+ 1
- 1
src/groups.js View File

@@ -33,7 +33,7 @@
33 33
                 luticateAuthGroups.usersGetAll= function(data, promise)
34 34
                 {
35 35
                     return luticateRequest.get("/api/luticate/groups/" + data.group_id + "/users",
36
-                        data, null, promise);
36
+                        data, promise);
37 37
                 };
38 38
 
39 39
                 luticateAuthGroups.usersAdd = function(data, promise)

Loading…
Cancel
Save