diff --git a/ted/scraper.go b/ted/scraper.go index 9afc32a..bb01e7f 100644 --- a/ted/scraper.go +++ b/ted/scraper.go @@ -1643,7 +1643,7 @@ func (s *TEDScraper) extractAwardedEntities(tenderEntity *tender.Tender, can *Co }) for _, contractor := range awardedContractors { - entity := tender.AwardedEntity{ + entity := tender.Awarded{ Name: contractor.Name, Address: contractor.Address, Country: contractor.Country,