优化代码

This commit is contained in:
GoEdgeLab
2022-11-04 15:23:02 +08:00
parent ea869e2e8e
commit f5962d9f65

View File

@@ -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
}
// 边缘节点升级信息 // 边缘节点升级信息
{ {