From 7e56ae201926b663a45047a6c8c93574545ebe6c Mon Sep 17 00:00:00 2001 From: David Bolack Date: Wed, 16 Jul 2025 10:34:16 -0500 Subject: [PATCH] locale typo. --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 07aa1f815..869fe6555 100644 --- a/server/app.js +++ b/server/app.js @@ -383,7 +383,7 @@ app.get('/edit/:id', asyncHandler(getBrew('edit')), asyncHandler(async(req, res, title : req.brew.title || 'Untitled Brew', description : req.brew.description || 'No description.', image : req.brew.thumbnail || defaultMetaTags.image, - local : req.brew.lang, + locale : req.brew.lang, type : 'article' };