change threshold jumbo

This commit is contained in:
Cat /dev/Nulo 2024-07-16 08:15:00 -03:00
parent c5891286ab
commit 85defe5618

View file

@ -35,7 +35,7 @@ async fn healthcheck(State(pool): State<SqlitePool>) -> impl IntoResponse {
let expected_count = match *supermercado {
Supermercado::Carrefour => 45000,
Supermercado::Coto => 28000,
Supermercado::Jumbo => 20000,
Supermercado::Jumbo => 18000,
Supermercado::Farmacity => 8000,
Supermercado::Dia => 4000,
};