fix: resolve syntax error in admin_handlers.go

This commit is contained in:
GoHorse Deploy 2026-03-07 19:16:05 -03:00
parent d7341c100c
commit 9541a0f71d

View file

@ -57,7 +57,6 @@ func NewAdminHandlers(
cloudflareService: cloudflareService,
notificationService: notificationService,
}
} }
}
func (h *AdminHandlers) ListAccessRoles(w http.ResponseWriter, r *http.Request) {