mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
cambiar threshold coto
This commit is contained in:
parent
fba3072d5f
commit
1e38f4ddea
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async fn healthcheck(State(pool): State<SqlitePool>) -> impl IntoResponse {
|
|||
.count;
|
||||
let expected_count = match *supermercado {
|
||||
Supermercado::Carrefour => 45000,
|
||||
Supermercado::Coto => 32000,
|
||||
Supermercado::Coto => 28000,
|
||||
Supermercado::Jumbo => 20000,
|
||||
Supermercado::Farmacity => 8000,
|
||||
Supermercado::Dia => 4000,
|
||||
|
|
Loading…
Reference in a new issue