Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -69,7 +69,7 @@ export default abstract class Exporter {
|
||||
|
||||
prevToken = res.end;
|
||||
}
|
||||
//Reverse the events so that we preserve the order
|
||||
// Reverse the events so that we preserve the order
|
||||
events = events.reverse();
|
||||
|
||||
const decryptionPromises = events
|
||||
|
||||
Reference in New Issue
Block a user