mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 03:07:20 +08:00
fix: lint
This commit is contained in:
@@ -52,7 +52,7 @@ func (s *ToolboxLogService) Scan(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
items := make([]LogItem, 0)
|
||||
var items []LogItem
|
||||
|
||||
switch req.Type {
|
||||
case "panel":
|
||||
|
||||
Reference in New Issue
Block a user