From a237447279e57d07e8e5b172b246fec5daf67c2d Mon Sep 17 00:00:00 2001 From: Sacha Guilhaumou <31167642+grubounet@users.noreply.github.com> Date: Tue, 25 Oct 2022 00:10:34 +0200 Subject: [PATCH] [Mesoigner] - refacto vaccins bivalents (2/2) --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index 04cf8c6d4ca..46d21d193a1 100644 --- a/config.json +++ b/config.json @@ -80,6 +80,12 @@ "Pfizer-BioNTech", "Moderna" ], + + "vaccines_for_booster_only": [ + "Moderna BA.1", + "Pfizer BA.5" + ], + "platforms": { "doctolib": { "enabled": true,