mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-25 10:47:51 +00:00
Refactor to guid uid
This commit is contained in:
@@ -112,7 +112,7 @@ namespace PodNoms.Api.Controllers {
|
||||
}
|
||||
entry.Podcast = podcast;
|
||||
entry.Processed = false;
|
||||
await _repository.AddOrUpdateAsync(entry);
|
||||
_repository.AddOrUpdate(entry);
|
||||
await _unitOfWork.CompleteAsync();
|
||||
_processEntry(entry);
|
||||
var result = _mapper.Map<PodcastEntry, PodcastEntryViewModel>(entry);
|
||||
|
||||
Reference in New Issue
Block a user