Added email to Teammeber api call
This commit is contained in:
parent
157beb4583
commit
a124b96ae2
@ -182,6 +182,7 @@ public class FinderUtil {
|
|||||||
list) {
|
list) {
|
||||||
User tmp = new User();
|
User tmp = new User();
|
||||||
tmp.setUsername((String) obj[3]);
|
tmp.setUsername((String) obj[3]);
|
||||||
|
tmp.setEmail((String) obj[1]);
|
||||||
sendBack.add(tmp);
|
sendBack.add(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user