mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
change threshold jumbo
This commit is contained in:
parent
c5891286ab
commit
85defe5618
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue