Skip to content

Commit

Permalink
Fxi cherck
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 1, 2024
1 parent c2b4a1b commit 481567d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/method.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ func initialCaretaker(c *fasthttp.RequestCtx, f func(md common.MethodData) commo
}
}

// if md.User.ID == 1001 {
slog.Error(fmt.Sprintf("md.User: %v\n", md.User))
// }
if md.User.UserID == 1001 {
slog.Error(fmt.Sprintf("md.User: %v\n", md.User))
}

missingPrivileges := 0
for _, privilege := range privilegesNeeded {
Expand Down

0 comments on commit 481567d

Please sign in to comment.