Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
2023-09-20 23:10:10 +07:00

View File

@@ -44,7 +44,7 @@ export class Product extends BaseModel {
return ProductSubCategories;
},
(subCategories) => {
return subCategories.product;
return subCategories.id;
},
)
sub_categories: ProductSubCategories;