diff --git a/Modules/HubSpotEasyDnnNewsBlogMigrator/Repository/HubspotRepository.cs b/Modules/HubSpotEasyDnnNewsBlogMigrator/Repository/HubspotRepository.cs index 8b68761..d7a0e69 100644 --- a/Modules/HubSpotEasyDnnNewsBlogMigrator/Repository/HubspotRepository.cs +++ b/Modules/HubSpotEasyDnnNewsBlogMigrator/Repository/HubspotRepository.cs @@ -486,7 +486,7 @@ public async Task HandleTags(int articleID, List tagIds) }; try { - await _tagsItemsRepository.AddAsync(tagsItems); + await _tagsItemsRepository.UpdateAsync(tagsItems); } catch (Exception ex) {