4
0
Fork 0
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:
zzzz 2024-06-17 19:23:00 +02:00
parent 6c5f48c605
commit ce877372ef

View file

@ -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
",
)