Skip to content

Commit

Permalink
fix(ingest): Fix config bug (#3418)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker authored Dec 9, 2024
1 parent 98ac6f3 commit d1da5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena-submission/src/ena_deposition/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Config:
slack_channel_id: str
metadata_mapping: dict[str, dict[str, list[str]]]
metadata_mapping_mandatory_field_defaults: dict[str, str]
ingest_pipeline_submitter: str
ingest_pipeline_submission_group: str
submit_to_ena_prod: bool = False
is_broker: bool = False
allowed_submission_hosts: list[str] = field(default_factory=lambda: ["https://backend.pathoplexus.org"])
Expand Down

0 comments on commit d1da5fe

Please sign in to comment.