diff --git a/src/utils/exportUtils/Exporter.ts b/src/utils/exportUtils/Exporter.ts index 0783f686a9..66bb287354 100644 --- a/src/utils/exportUtils/Exporter.ts +++ b/src/utils/exportUtils/Exporter.ts @@ -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