From 03d8e1f9313545e84d8dac559045e2b3cf597b33 Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Tue, 8 Jun 2021 18:37:36 +0530 Subject: [PATCH] Update src/utils/exportUtils/Exporter.ts Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com> --- src/utils/exportUtils/Exporter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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