Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Feb 17, 2025
1 parent a658a56 commit c49c92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Service/Sync/Upsert/Category/SyncService.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function sync(CategoryCollection $collection, Store $store)
foreach ($iterator as $page) {
$this->checkMemoryConsumption('category sync');
foreach ($page as $category) {
// @TODO: Adjust on the SDK to batch instead of calling the API for each category
// Needs to adjust on the SDK to batch instead of calling the API for each category
try {
$nostoCategory = $this->categoryBuilder->build($category, $store);
$op = new CategoryUpdate($nostoCategory, $account, $this->nostoHelperUrl->getActiveDomain($store));
Expand Down

0 comments on commit c49c92a

Please sign in to comment.