Skip to content

Commit

Permalink
don't use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Sep 4, 2024
1 parent 7ff7e8c commit 88b75bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ayon_api/server_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3081,7 +3081,7 @@ def get_project_root_overrides_by_site_id(

if site_id is None:
return {}
roots = self.get_project_roots_by_site(project_name)
roots = self.get_project_root_overrides(project_name)
return roots.get(site_id, {})

def get_project_roots_for_site(self, project_name, site_id=None):
Expand Down

0 comments on commit 88b75bf

Please sign in to comment.