sf-i-events 1.0.401 → 1.0.403

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.401",
4
+ "version": "1.0.403",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -13397,7 +13397,7 @@ let SfIEvents = class SfIEvents extends LitElement {
13397
13397
  this.events = { ...this.events, ...jsonRespose2.data.events };
13398
13398
  if (startDate == "" && endDate == "")
13399
13399
  this.renderCalendar(); // yearly
13400
- if (jsonRespose2.lastEvaluatedKey.name != null && jsonRespose2.lastEvaluatedKey.name == "ProvisionedThroughputExceededException") {
13400
+ if (jsonRespose2.lastEvaluatedKey != null && jsonRespose2.lastEvaluatedKey.name != null && jsonRespose2.lastEvaluatedKey.name == "ProvisionedThroughputExceededException") {
13401
13401
  await this.sleep(2000);
13402
13402
  recallCount++;
13403
13403
  }