fix: 修复 golangci-lint gosimple/ineffassign/staticcheck 错误

This commit is contained in:
2026-04-20 04:48:25 +08:00
parent aebdb5ce70
commit 5a5c652264
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ func (api WebTerminalApi) SshEndpoint(c echo.Context) error {
}
}
return err
return nil
}
func (api WebTerminalApi) SshMonitorEndpoint(c echo.Context) error {