ソースを参照

fixed wrong request call

tags/0.1.0
Robin Thoni 10年前
コミット
459629ea58
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/groups.js

+ 1
- 1
src/groups.js ファイルの表示

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

読み込み中…
キャンセル
保存