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 +1 -1
- package/sf-i-events.js +1 -1
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
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
|
}
|