This commit is contained in:
@@ -159,6 +159,8 @@ public class DockViewService {
|
||||
List<DockViewResponse> history = new ArrayList<>();
|
||||
|
||||
for (DockView dockView: dockViews) {
|
||||
locale = locale == null ? "en": locale;
|
||||
|
||||
String country = locale.equals("en") ? dockView.getGeoNameEn(): dockView.getGeoNameRu();
|
||||
LocalDateTime createdAt = dockView.getCreatedAt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user