fix: doppelte sess-Deklaration in handleServiceAction

This commit is contained in:
sysops
2026-03-17 21:42:23 +01:00
parent 2dbddff0e2
commit b360e07e2d
-1
View File
@@ -1139,7 +1139,6 @@ func (s *Server) handleServiceAction(w http.ResponseWriter, r *http.Request) {
return
}
sess := sessionFromCtx(r.Context())
s.audlog.Log(audit.Entry{
EventType: "service." + body.Action,
Username: sess.Username,