Skip to content

Commit

Permalink
Fix missing UID on content add in AddContentWithKey
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiyarGHD committed Nov 21, 2023
1 parent 56dad3a commit 4aa1a9c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public async Task<MessageContract<CategoryContract>> AddContentWithKey(AddConten
{
CategoryId = addCategoryResult.Result,
LanguageId = languageId.Value,
Data = item.Data
Data = item.Data,
UniqueIdentity = request.UniqueIdentity
});
}

Expand Down

0 comments on commit 4aa1a9c

Please sign in to comment.