sf-i-events 1.0.459 → 1.0.460
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
|
@@ -12802,7 +12802,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
12802
12802
|
"data": JSON.stringify(data)
|
|
12803
12803
|
};
|
|
12804
12804
|
const authorization = btoa(Util.readCookie('email') + ":" + Util.readCookie('accessToken'));
|
|
12805
|
-
const xhr = (await this.prepareXhr(body, url, this._SfLoader, authorization
|
|
12805
|
+
const xhr = (await this.prepareXhr(body, url, this._SfLoader, authorization));
|
|
12806
12806
|
this._SfLoader.innerHTML = '';
|
|
12807
12807
|
if (xhr.status == 200) {
|
|
12808
12808
|
const jsonRespose = JSON.parse(xhr.responseText);
|