Skip to content

Commit

Permalink
add slug to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Jul 1, 2024
1 parent 3e80966 commit 7c2c900
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ export class ProductQueryBuilderService {
},
])
.thenInlcude({
attributes: priceRangeQuery ? [] : ['id', 'name', 'priorityOrder'],
attributes: priceRangeQuery
? []
: ['id', 'name', 'slug', 'priorityOrder'],
model: ECVendor,
as: 'vendor',
required: false,
Expand Down

0 comments on commit 7c2c900

Please sign in to comment.