ihulsbus / cookbook

Web app to create, store and manage recipes, shopping lists and meal planner
GNU Affero General Public License v3.0
0 stars 0 forks source link

user not returned correctly from function `UserFromContext` #14

Closed ihulsbus closed 1 year ago

ihulsbus commented 1 year ago

function UserFromContext() does not have a correct return line. Current: return &m.User{}, nil Should be: return &user, nil