Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
plaskevich committed May 13, 2019
1 parent 05a2567 commit c00453e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/common/AddDiscountCodeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,25 +88,14 @@ export default {
apollo: {
me: {
query: gql`
query me($locale: Locale!){
query me {
me {
activeCart {
id
version
discountCodes {
discountCode {
id
code
}
}
}
}
}`,
variables() {
return {
locale: this.$i18n.locale,
};
},
},
},
Expand Down

0 comments on commit c00453e

Please sign in to comment.