@sunbird-cb/consumption 0.0.100 → 0.0.101

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.
@@ -2135,7 +2135,7 @@
2135
2135
  function (userId, contentdata) {
2136
2136
  /** @type {?} */
2137
2137
  var path = API_END_POINTS.FETCH_USER_ENROLLMENT_LIST(userId);
2138
- path = path + "&courseIds=" + contentdata + "&cache=false'";
2138
+ path = path + "&courseIds=" + contentdata + "&cache=true'";
2139
2139
  /** @type {?} */
2140
2140
  var headers = new http.HttpHeaders({
2141
2141
  'Cache-Control': 'no-cache, no-store, must-revalidate, post-check=0, pre-check=0',