From 1086eb624044c4599e8ed01dfcae8d33913bb729 Mon Sep 17 00:00:00 2001 From: Norbert Bartels Date: Fri, 29 Jul 2022 16:01:15 +0200 Subject: [PATCH] Issue #1241 - duplicated method removed from IgMedia --- src/main/lombok/com/restfb/types/instagram/IgMedia.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/lombok/com/restfb/types/instagram/IgMedia.java b/src/main/lombok/com/restfb/types/instagram/IgMedia.java index 4970c8e4a..87fa764fc 100644 --- a/src/main/lombok/com/restfb/types/instagram/IgMedia.java +++ b/src/main/lombok/com/restfb/types/instagram/IgMedia.java @@ -87,14 +87,6 @@ public class IgMedia extends IgMediaChild { @Facebook("like_count") private Long likeCount; - /** - * Surface where the media is published. Can be AD, FEED, IGTV, or STORY. - */ - @Getter - @Setter - @Facebook("media_product_type") - private String mediaProductType; - /** * Media thumbnail URL. Only available on VIDEO media. */