mirror of https://github.com/hykilpikonna/AquaDX
[API] Add a feature to retrieve user photos.
Add: Add a feature to retrieve user photos. Fix bug: Missing dependency: ObjectMapperpull/4/head
parent
0bf54e666b
commit
e271cb4555
|
@ -121,7 +121,7 @@ public class ApiMaimai2PlayerDataController {
|
||||||
Photo.setDivData(divData);
|
Photo.setDivData(divData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (Exception e) {
|
||||||
}
|
}
|
||||||
return Photo;
|
return Photo;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue