Skip to content

Commit

Permalink
fix ci role.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Sep 9, 2024
1 parent ab2428c commit 47a80be
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ impl IamCiRoleApi {
let funs = iam_constants::get_tardis_inst();
check_without_owner_and_unsafe_fill_ctx(request, &funs, &mut ctx.0)?;
try_set_real_ip_from_req_to_ctx(request, &ctx.0).await?;
IamRoleServ::get_embed_sub_role_id(&funs.iam_basic_role_tenant_admin_id(), &funs, &IamCertServ::use_sys_or_tenant_ctx_unsafe(ctx.clone())?).await?;
IamRoleServ::get_embed_sub_role_id(&funs.iam_basic_role_tenant_admin_id(), &funs, ctx).await?;
TardisResp::ok(funs.iam_basic_role_sys_admin_id())
}

Expand Down

0 comments on commit 47a80be

Please sign in to comment.