Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ export default abstract class Exporter {
|
||||
});
|
||||
});
|
||||
|
||||
//Wait for all the events to get decrypted.
|
||||
// Wait for all the events to get decrypted.
|
||||
await Promise.all(decryptionPromises);
|
||||
|
||||
for (let i = 0; i < events.length; i++) this.setEventMetadata(events[i]);
|
||||
|
||||
Reference in New Issue
Block a user