From 3be76b9c96fd87934b53f2c49bf3e5208d6606bf Mon Sep 17 00:00:00 2001 From: Matthieu Haineault Date: Tue, 9 Sep 2025 10:00:42 -0400 Subject: [PATCH] fix(pay-period): modify total hours calculation --- src/stores/timesheet-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/timesheet-store.ts b/src/stores/timesheet-store.ts index faba525..936ee33 100644 --- a/src/stores/timesheet-store.ts +++ b/src/stores/timesheet-store.ts @@ -7,7 +7,7 @@ import type { PayPeriod } from 'src/modules/shared/types/pay-period-interface'; import type { PayPeriodOverviewEmployee } from "src/modules/timesheet-approval/types/timesheet-approval-pay-period-overview-employee-interface"; import type { PayPeriodReportFilters } from 'src/modules/timesheet-approval/types/timesheet-approval-pay-period-report-interface'; import type { Timesheet } from 'src/modules/timesheets/types/timesheet-interface'; -import type{ CreateShiftPayload } from 'src/modules/timesheets/types/timesheet-shifts-payload-interface'; +import type { CreateShiftPayload } from 'src/modules/timesheets/types/timesheet-shifts-payload-interface'; const default_pay_period: PayPeriod = { pay_period_no: -1,