@24i/bigscreen-sdk 1.0.30 → 1.0.31-alpha.2527

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@24i/bigscreen-sdk",
3
- "version": "1.0.30",
3
+ "version": "1.0.31-alpha.2527",
4
4
  "description": "SmartApps BIGscreen SDK monorepo",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -278,7 +278,7 @@ export class DataManager implements IDataManager {
278
278
  try {
279
279
  fetchedData = await this.fetchPrograms(this.channel, start, end);
280
280
  } catch (e) {
281
- return null;
281
+ fetchedData = [];
282
282
  }
283
283
  this.fillInSpaces([start, end], fetchedData);
284
284
  if (fetchedData.length === 0) return null;