From b6e71ec834cd014cbe85c3cb6a0b710cc9418afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Tue, 18 Oct 2022 15:20:22 +0200 Subject: [PATCH] fix(manifest): trailing commas --- manifest.webapp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 2dec69705..8a30d6966 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -74,10 +74,10 @@ }, "backoffice-prices": { "description": "Requis pour la récupération du prix des fluides." - } + }, "backoffice-prices-rec": { "description": "Requis pour la récupération du prix des fluides dans un environnement de test." - }, + } } }, "en": { @@ -146,10 +146,10 @@ }, "backoffice-prices": { "description": "Required for getting fluid prices form backoffice prod" - } + }, "backoffice-prices-rec": { "description": "Required for getting fluid prices form backoffice rec." - }, + } } } }, -- GitLab