Skip to content

Commit

Permalink
feat(LiveShop): add status
Browse files Browse the repository at this point in the history
  • Loading branch information
simaomeyrerdooca committed Dec 4, 2024
1 parent d52e643 commit ba166f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/live-shop/LiveShopQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class LiveShopQueries {
}

private getMessageFields() {
return '{id, title, content}'
return '{id, title, content, status}'
}

private getDiscountFields() {
Expand All @@ -30,7 +30,8 @@ export class LiveShopQueries {
{
productId,
discount ${this.getDiscountFields()},
variations ${this.getVariationFields()}
variations ${this.getVariationFields()},
status
}`
}

Expand Down

0 comments on commit ba166f3

Please sign in to comment.