We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0b695 commit 4885e37Copy full SHA for 4885e37
routers/web/user/home.go
@@ -51,7 +51,7 @@ func getDashboardContextUser(ctx *context.Context) *models.User {
51
52
orgs, err := models.GetUserOrgsList(ctx.User.ID)
53
if err != nil {
54
- ctx.ServerError("GetOrganizations", err)
+ ctx.ServerError("GetUserOrgsList", err)
55
return nil
56
}
57
ctx.Data["Orgs"] = orgs
0 commit comments