From efccf19e9ef9af88872acc71b7659e018bb2294c Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Tue, 29 Jun 2021 10:14:00 +0530 Subject: [PATCH] Update src/utils/exportUtils/exportUtils.ts Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com> --- src/utils/exportUtils/exportUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/exportUtils/exportUtils.ts b/src/utils/exportUtils/exportUtils.ts index 07da0ee7af..7587ca4524 100644 --- a/src/utils/exportUtils/exportUtils.ts +++ b/src/utils/exportUtils/exportUtils.ts @@ -24,7 +24,7 @@ export const textForFormat = (format: string): string => { } } -export const textForType = (type: string) => { +export const textForType = (type: string): string => { switch (type) { case exportTypes.BEGINNING: return _t("From the beginning");