mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
resolving return type issue in group mgt
This commit is contained in:
parent
527b844ee3
commit
367dc1a30b
@ -48,7 +48,7 @@ var groupModule = {};
|
||||
}
|
||||
return serviceInvokers.XMLHttp.get(
|
||||
endPoint, function (responsePayload) {
|
||||
return responsePayload["responseText"];
|
||||
return parse(responsePayload["responseText"]);
|
||||
},
|
||||
function (responsePayload) {
|
||||
log.error(responsePayload["responseText"]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user