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.
calculatedProduction
production
1 parent be30da4 commit e873ca2Copy full SHA for e873ca2
src/single-source/index.js
@@ -8,7 +8,7 @@ export class ProductionPlan {
8
9
get production() {
10
assert(this._production === this.calculatedProduction);
11
- return this._production;
+ return this.calculatedProduction;
12
}
13
14
get calculatedProduction() {
0 commit comments