clean up stage 1
This commit is contained in:
@@ -381,6 +381,7 @@ export class ApiService {
|
||||
cat.priority = raw.priority ?? 0;
|
||||
cat.itemCount = raw.itemCount ?? raw.ItemsCount ?? 0;
|
||||
cat.categoriesCount = raw.categoriesCount ?? raw.CategoriesCount ?? 0;
|
||||
cat.marketplaceId = raw.marketplaceId ?? raw.projectId;
|
||||
|
||||
// Map backend names[] → translations (multi-lang name support)
|
||||
// Note: API has typo "valuue" in some responses, handle both
|
||||
|
||||
Reference in New Issue
Block a user