Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
zlwaterfield committed Jan 29, 2025
1 parent e6d54a3 commit d85019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/dashboards/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def get_variables(self, dashboard: Dashboard) -> dict:
return variables_override

return dashboard.variables

def validate(self, data):
if data.get("use_dashboard", None) and data.get("use_template", None):
raise serializers.ValidationError("`use_dashboard` and `use_template` cannot be used together")
Expand Down

0 comments on commit d85019a

Please sign in to comment.