fix: 修复 staticcheck 和优化前端构建
- 修复所有 Yoda 条件错误 (ST1017) - 修复 error 格式错误 (ST1005) - 修复不必要的 blank identifier (QF1001) - 移除 tsc 重复编译,减少内存使用 - monaco-editor 改为动态导入
This commit is contained in:
@@ -283,7 +283,7 @@ func (service sessionService) Create(clientIp, assetId, mode string, user *model
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if "true" == attr[guacamole.EnableDrive] {
|
||||
if attr[guacamole.EnableDrive] == "true" {
|
||||
fileSystem = "1"
|
||||
storageId = attr[guacamole.DrivePath]
|
||||
if storageId == "" {
|
||||
|
||||
Reference in New Issue
Block a user