mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-23 23:10:26 +08:00
优化代码
This commit is contained in:
@@ -436,7 +436,7 @@ func (this *ServerStatBoardService) ComposeServerStatNodeBoard(ctx context.Conte
|
||||
}
|
||||
for _, v := range cacheDirValues {
|
||||
result.CacheDirsValues = append(result.CacheDirsValues, &pb.NodeValue{
|
||||
ValueJSON: []byte(v.Value),
|
||||
ValueJSON: v.Value,
|
||||
CreatedAt: int64(v.CreatedAt),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user