mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2025-10-29 16:50:12 +00:00
Brew: Amundsen hazyday hero (#6)
* New brew: amundsen hazyday hero * Helper script for adding new brews
This commit is contained in:
@@ -21,7 +21,7 @@ async function fetchGraphData(brew) {
|
||||
|
||||
export const load = (async ({ params }) => {
|
||||
const { date } = params;
|
||||
const brew = brews.find((b) => b?.date === date);
|
||||
const brew = brews.brews.find((b) => b?.date === date);
|
||||
|
||||
if (!brew) {
|
||||
throw error(404, 'Brew not found');
|
||||
|
||||
Reference in New Issue
Block a user