Skip to content

Commit

Permalink
Merge pull request #35 from MahdiyarGHD/develop
Browse files Browse the repository at this point in the history
Fix missing UID on content add in AddContentWithKey
  • Loading branch information
Ali-YousefiTelori authored Nov 22, 2023
2 parents 41a380a + 4aa1a9c commit 4156aaa
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 4156aaa

Please sign in to comment.