forked from Cookies_Github_mirror/AquaDX
[API] Add a feature to retrieve user photos.
Add: Add a feature to retrieve user photos. Fix bug: Missing dependency: ObjectMapper
This commit is contained in:
@@ -121,7 +121,7 @@ public class ApiMaimai2PlayerDataController {
|
||||
Photo.setDivData(divData);
|
||||
}
|
||||
}
|
||||
catch (IOException e) {
|
||||
catch (Exception e) {
|
||||
}
|
||||
return Photo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user