Improved error logging
This commit is contained in:
@ -26,7 +26,7 @@ package dashboard
|
||||
// user := utils.GetUser(ctx)
|
||||
|
||||
// if user == nil {
|
||||
// return ctx.Error(http.StatusUnauthorized, "Not logged in", nil)
|
||||
// return ctx.Error(http.StatusUnauthorized, "Not logged in")
|
||||
// }
|
||||
|
||||
// flow.Parallel(func() {
|
||||
|
Reference in New Issue
Block a user