easyproctor-hml 2.7.4 → 2.7.5
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/esm/index.js +0 -1
- package/index.js +0 -1
- package/package.json +1 -1
- package/unpkg/easyproctor.min.js +50 -53
- package/unpkg/easyproctor.min.js.map +7 -0
package/esm/index.js
CHANGED
|
@@ -23806,7 +23806,6 @@ Error: ${error}`
|
|
|
23806
23806
|
trackers.registerError(this.proctoringId, `finish sendPendingRealtimeAlerts`);
|
|
23807
23807
|
await this.sendPendingRealtimeAlerts();
|
|
23808
23808
|
trackers.registerError(this.proctoringId, `finish this.repository.save`);
|
|
23809
|
-
await this.repository.save(this.proctoringSession);
|
|
23810
23809
|
let uploader;
|
|
23811
23810
|
let uploaderServices;
|
|
23812
23811
|
trackers.registerError(this.proctoringId, `finish uploader`);
|
package/index.js
CHANGED
|
@@ -39055,7 +39055,6 @@ Error: ${error}`
|
|
|
39055
39055
|
trackers.registerError(this.proctoringId, `finish sendPendingRealtimeAlerts`);
|
|
39056
39056
|
await this.sendPendingRealtimeAlerts();
|
|
39057
39057
|
trackers.registerError(this.proctoringId, `finish this.repository.save`);
|
|
39058
|
-
await this.repository.save(this.proctoringSession);
|
|
39059
39058
|
let uploader;
|
|
39060
39059
|
let uploaderServices;
|
|
39061
39060
|
trackers.registerError(this.proctoringId, `finish uploader`);
|