@mtgame/core 0.2.103 → 0.2.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4223,7 +4223,7 @@
4223
4223
  var _a;
4224
4224
  var scoreMapping = (_a = {},
4225
4225
  _a[exports.BasketballGameLogTypes.one_point_made] = this.isAdditionalPoint ? 2 : 1,
4226
- _a[exports.BasketballGameLogTypes.free_throw_made] = this.isAdditionalPoint ? 2 : 1,
4226
+ _a[exports.BasketballGameLogTypes.free_throw_made] = 1,
4227
4227
  _a[exports.BasketballGameLogTypes.two_point_made] = this.isAdditionalPoint ? 3 : 2,
4228
4228
  _a[exports.BasketballGameLogTypes.three_point_made] = this.isAdditionalPoint ? 4 : 3,
4229
4229
  _a[exports.BasketballGameLogTypes.four_point_made] = this.isAdditionalPoint ? 5 : 4,