Skip to content

Commit

Permalink
πŸ› FIX: project patch when wallet not shared (#6602)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Oct 28, 2024
1 parent dea8991 commit 7e052f5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ async def patch_project(
new_partial_project_data=_project_patch_exclude_unset,
)

# 5. Make calls to director-v2 to keep data in sync (ex. comp_tasks DB table)
await director_v2_api.create_or_update_pipeline(
app, user_id, project_uuid, product_name=product_name
)


#
# DELETE project -----------------------------------------------------
Expand Down

0 comments on commit 7e052f5

Please sign in to comment.