fix
This commit is contained in:
@@ -158,10 +158,10 @@ async def get_repository_status(
|
||||
_=Depends(has_permission("plugin:git", "EXECUTE")),
|
||||
):
|
||||
with belief_scope("get_repository_status"):
|
||||
from . import _resolve_dashboard_id_from_ref_async
|
||||
from . import _resolve_dashboard_id_from_ref
|
||||
|
||||
try:
|
||||
dashboard_id = await _resolve_dashboard_id_from_ref_async(
|
||||
dashboard_id = _resolve_dashboard_id_from_ref(
|
||||
dashboard_ref, config_manager, env_id
|
||||
)
|
||||
return _resolve_repository_status(dashboard_id)
|
||||
|
||||
Reference in New Issue
Block a user