|
@@ -84,7 +84,7 @@ public class CinemaPublish implements ProductPublish {
|
|
|
.productType(ProductType.Cinema)
|
|
|
.title(names)
|
|
|
.locationPoint(LocationModel.builder().longitude(lng.doubleValue()).latitude(lat.doubleValue()).build())
|
|
|
- .meta(Map.of("cinemas", entries))
|
|
|
+ .meta(Map.of("cinemas", entry))
|
|
|
.build()
|
|
|
));
|
|
|
} catch (Exception e) {
|