Skip to content

Commit

Permalink
feat: modify update data_source_account count field at DataSource(clo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed May 14, 2024
1 parent 6c302c8 commit e531821
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ def update(
)
)

if (
params.workspace_id
and params.workspace_id != data_source_account_vo.workspace_id
):
if params.workspace_id != data_source_account_vo.workspace_id:
self.data_source_mgr.update_data_source_account_and_connected_workspace_count_by_vo(
data_source_vo
)
Expand Down

0 comments on commit e531821

Please sign in to comment.