From 14b41d204fc276cdad3a7a0ca3692f093c9d69d4 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sat, 27 Dec 2025 23:46:01 -0700 Subject: [PATCH] forgot this --- internal/app/server/recipe_handler_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/server/recipe_handler_v2.go b/internal/app/server/recipe_handler_v2.go index e7b5730..7c1a9fb 100644 --- a/internal/app/server/recipe_handler_v2.go +++ b/internal/app/server/recipe_handler_v2.go @@ -13,7 +13,7 @@ import ( // If an error occurs, it will be returned and a recipe will not be returned. // // BUG: Until auth is reimplemented, there is no way to determine what user is making the -// call. +// call. // NOTE: I believe this issue has been resolved func (s *Server) GetRecipeOfTheWeekHandlerV2(ctx *gin.Context) { userId := getUserId(ctx)