From 71a9254d5ebd79fd935718afd005b5f89a75585d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Thu, 25 Jan 2024 11:43:14 +0100 Subject: [PATCH] chore: remove unused and unassigned array (#1841) --- dashboard/src/types/organisation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/src/types/organisation.ts b/dashboard/src/types/organisation.ts index ce430231d..2c410ca38 100644 --- a/dashboard/src/types/organisation.ts +++ b/dashboard/src/types/organisation.ts @@ -9,7 +9,6 @@ interface GroupedServices { services: string[]; } -[{ services: ['Médecine généraliste', 'Médecin spéciliste'], groupTitle: 'Orientations' }]; export interface OrganisationInstance { _id: string; name: string;