@sunbird-cb/utils-v2 0.0.17 → 0.0.19

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.
@@ -2095,6 +2095,8 @@ var EventService = (function () {
2095
2095
  var isEventLive_1 = false;
2096
2096
  var isEventRecording_1 = false;
2097
2097
  Object.keys(data_1).forEach((function (index) {
2098
+ isEventRecording_1 = false;
2099
+ isEventLive_1 = false;
2098
2100
  var obj = data_1[index];
2099
2101
  var floor = Math.floor;
2100
2102
  var hours = floor(obj.duration / 60);