Skip to content

Commit

Permalink
removed override the id in the base properties
Browse files Browse the repository at this point in the history
  • Loading branch information
samihafidiDLW committed Jul 5, 2024
1 parent 0b4aee0 commit 8bb49ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ private async Task AddBaseProperties(ICollectionEventItemModel baseItem, Typesen
{
item.ItemGuid = baseItem.ItemGuid;
item.ContentTypeName = baseItem.ContentTypeName;
item.ID = baseItem.ItemGuid.ToString();
item.LanguageName = baseItem.LanguageName;

if (baseItem is CollectionEventWebPageItemModel webpageItem && string.IsNullOrEmpty(item.Url))
Expand Down

0 comments on commit 8bb49ee

Please sign in to comment.