Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
6f8c1638aa
commit
0f6d09a74b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue