mirror of
https://github.com/zzzzDev4/ias-tea-axum.git
synced 2025-04-21 07:41:21 +02:00
bugfix in retrieve_brewing_events_by_tea_id
This commit is contained in:
parent
6c5f48c605
commit
ce877372ef
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ pub async fn retrieve_brewing_events_by_tea_id(
|
|||
"
|
||||
SELECT *
|
||||
FROM steepinglog
|
||||
WHERE id = $1
|
||||
WHERE tea_id = $1
|
||||
ORDER BY steeping_tested_time
|
||||
",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue