Skip to content

Commit e873ca2

Browse files
committed
single-src: return calculatedProduction at production getter
1 parent be30da4 commit e873ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/single-source/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class ProductionPlan {
88

99
get production() {
1010
assert(this._production === this.calculatedProduction);
11-
return this._production;
11+
return this.calculatedProduction;
1212
}
1313

1414
get calculatedProduction() {

0 commit comments

Comments
 (0)