Merging in the React Refactor #56
@ -13,7 +13,7 @@ import (
|
|||||||
// If an error occurs, it will be returned and a recipe will not be returned.
|
// 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
|
// 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
|
// NOTE: I believe this issue has been resolved
|
||||||
func (s *Server) GetRecipeOfTheWeekHandlerV2(ctx *gin.Context) {
|
func (s *Server) GetRecipeOfTheWeekHandlerV2(ctx *gin.Context) {
|
||||||
userId := getUserId(ctx)
|
userId := getUserId(ctx)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user