Skip to content

Commit

Permalink
fix: add class variable in Dashboard service
Browse files Browse the repository at this point in the history
  • Loading branch information
stat-kwon committed Dec 19, 2023
1 parent dccc06c commit b466a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaceone/dashboard/service/dashboard_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
@mutation_handler
@event_handler
class DashboardService(BaseService):
resource = "Dashboard"

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.dashboard_mgr: DashboardManager = self.locator.get_manager(
Expand Down

0 comments on commit b466a22

Please sign in to comment.