mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-27 01:50:31 +08:00
优化代码
This commit is contained in:
@@ -298,7 +298,7 @@ func (this *NodeClusterService) ListEnabledNodeClusters(ctx context.Context, req
|
||||
DnsDomainId: int64(cluster.DnsDomainId),
|
||||
IsOn: cluster.IsOn,
|
||||
TimeZone: cluster.TimeZone,
|
||||
IsPinned: cluster.IsPinned == 1,
|
||||
IsPinned: cluster.IsPinned,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user