cambiar threshold coto

This commit is contained in:
Cat /dev/Nulo 2024-07-11 08:42:45 -03:00
parent fba3072d5f
commit 1e38f4ddea

View file

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