Skip to content

Commit

Permalink
Merge pull request #44 from stat-kwon/master
Browse files Browse the repository at this point in the history
fix: delete project_id variable when creating PrivateDashboard
  • Loading branch information
stat-kwon authored Jan 5, 2024
2 parents 23d81df + 3bc048b commit cd5b4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spaceone/dashboard/model/private_dashboard_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def create(cls, data):
dashboard_vos = cls.filter(
name=data["name"],
user_id=data["user_id"],
project_id=data["project_id"],
workspace_id=data["workspace_id"],
domain_id=data["domain_id"],
)
Expand Down

0 comments on commit cd5b4c7

Please sign in to comment.