Added email to Teammeber api call

This commit is contained in:
Maximilian Leopold 2019-05-09 15:26:53 +02:00
parent 157beb4583
commit a124b96ae2

View File

@ -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);
} }