We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe71571 commit a2c887eCopy full SHA for a2c887e
app/models/discount-code.js
@@ -32,7 +32,7 @@ export default ModelBase.extend({
32
isExpired : computed('validTill', function() {
33
return new Date() > new Date(this.validTill);
34
}),
35
- maxQuantity : computed('ticketsNumber', function() {
+ maxQuantity: computed('ticketsNumber', function() {
36
return this.ticketsNumber;
37
38
event: belongsTo('event', {
0 commit comments