Skip to content

Commit

Permalink
fix: Attributes - Count issue #639
Browse files Browse the repository at this point in the history
  • Loading branch information
treoden committed Nov 28, 2024
1 parent 74bba54 commit bd9ba73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
if (!user) {
query.andWhere('status', '=', 1);
}
query.orderBy('product_attribute_value_index.option_id', 'ASC');
const vs = await query.execute(pool);
const attributes = await select()
.from('attribute')
Expand Down

0 comments on commit bd9ba73

Please sign in to comment.