mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 01:20:25 +08:00
优化代码
This commit is contained in:
@@ -625,10 +625,7 @@ func (this *AdminService) ComposeAdminDashboard(ctx context.Context, req *pb.Com
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 是否是商业版
|
// 是否是商业版
|
||||||
isPlus, err := authority.SharedAuthorityKeyDAO.IsPlus(tx)
|
isPlus, _ := authority.SharedAuthorityKeyDAO.IsPlus(tx)
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
// 边缘节点升级信息
|
// 边缘节点升级信息
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user