Skip to content

Commit

Permalink
fixes issue with removed config option
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed Jan 22, 2022
1 parent d9e97dd commit 374fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/factory/runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_hash_runs(params: HashParams) -> List[Hash]:
"id": post.get("id"),
"last_update": post.get("post_modified"),
"event_name": post.get("post_title"),
"kennel_name": config.app_settings.default_kennel,
"kennel_name": config.app_settings.hash_kennels[0],
"event_description": post.get("post_content"),
"event_type": post.get("post_type") or config.app_settings.default_run_type,
"event_geographic_scope": HashScope.Unspecified,
Expand Down

0 comments on commit 374fc07

Please sign in to comment.