Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>pull/21833/head
parent
6f8c1638aa
commit
0f6d09a74b
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue