chore: remove unused system info functionality
- Deleted `system-info.ts` as it is no longer needed in the codebase. - No changes made to `workday-utils.ts`, just added a new line for consistency.
This commit is contained in:
@@ -80,3 +80,4 @@ export function getDayName(date: Date): string {
|
||||
const days = ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'];
|
||||
return days[date.getDay()];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user