2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 03:07:20 +08:00

fix: lint

This commit is contained in:
2026-01-14 23:54:50 +08:00
parent de20811ca9
commit e67f32507a

View File

@@ -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":