VirtoCommerce / vc-module-marketing

Marketing module: promotions and dynamic content
Other
9 stars 11 forks source link

Looks like this line of code is redundant #206

Closed doanson44 closed 1 year ago

doanson44 commented 1 year ago

https://github.com/VirtoCommerce/vc-module-marketing/blob/bb702befc5edcc2ef581b5a84825ab51d69f7add/src/VirtoCommerce.MarketingModule.Data/Repositories/MarketingRepository.cs#L49

mvktsk commented 1 year ago

Task https://virtocommerce.atlassian.net/browse/VP-8293 has been created

OlegoO commented 1 year ago

@doanson44 This code Asynchronously loads the collection of entities from the database. Need to replace ToArrayAsync with LoadAsync,

OlegoO commented 1 year ago

Fixed https://github.com/VirtoCommerce/vc-module-marketing/releases/tag/3.207.0