fix bug retrieving band followers
This commit is contained in:
parent
9938ec0a1d
commit
6d277f6597
|
|
@ -214,7 +214,7 @@
|
|||
if (hasPendingInvitation) {
|
||||
url += "?pending=true";
|
||||
}
|
||||
|
||||
|
||||
return $.ajax({
|
||||
type: "GET",
|
||||
dataType: "json",
|
||||
|
|
@ -536,7 +536,7 @@
|
|||
return $.ajax({
|
||||
type: "GET",
|
||||
dataType: "json",
|
||||
url: "/api/bands/" + bandId + "/bands",
|
||||
url: "/api/bands/" + bandId + "/followers",
|
||||
processData:false
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue