Skip to content

Commit

Permalink
Merge pull request #227 from ImMin5/master
Browse files Browse the repository at this point in the history
Modify update data_source_account count field at DataSource
  • Loading branch information
ImMin5 authored May 14, 2024
2 parents 81765bf + e531821 commit cc416d9
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 cc416d9

Please sign in to comment.