From 5ccf2559ee93155c806d652f1bfbeb3a4760a44d Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 16 Nov 2021 18:51:05 +0100 Subject: [PATCH] Remove hours from seconds --- app/Utils/StatsUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/StatsUtils.ts b/app/Utils/StatsUtils.ts index 7813239..f2d1209 100644 --- a/app/Utils/StatsUtils.ts +++ b/app/Utils/StatsUtils.ts @@ -45,7 +45,7 @@ export async function getDevelopmentHours(start: string, end: string): Promise