Skip to content

Commit

Permalink
Fix #594 - corpus endpoint not saving name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jan 9, 2025
1 parent e58a325 commit 44c432b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private async Task<Corpus> MapAsync(CorpusConfigDto corpusConfig, string id, Can
{
Id = id,
Owner = Owner,
Name = corpusConfig.Name,
Language = corpusConfig.Language,
Files = await MapAsync(corpusConfig.Files, cancellationToken)
};
Expand Down

0 comments on commit 44c432b

Please sign in to comment.