@sunbird-cb/consumption 0.0.51 → 0.0.52

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.
@@ -11097,9 +11097,12 @@ var CardAssessmentComponent = /** @class */ (function () {
11097
11097
  /** @type {?} */
11098
11098
  var now = new Date().getTime();
11099
11099
  /** @type {?} */
11100
- var startingDate = new Date(startDate);
11101
- startingDate.setHours(startingDate.getHours() - 5);
11102
- startingDate.setMinutes(startingDate.getMinutes() - 30);
11100
+ var startingDate = new Date(startDate)
11101
+ // startingDate.setHours(startingDate.getHours() - 5);
11102
+ // startingDate.setMinutes(startingDate.getMinutes() - 30);
11103
+ ;
11104
+ // startingDate.setHours(startingDate.getHours() - 5);
11105
+ // startingDate.setMinutes(startingDate.getMinutes() - 30);
11103
11106
  startingDate = startingDate.getTime();
11104
11107
  /** @type {?} */
11105
11108
  var distance = startingDate - now;