Skip to content

Commit

Permalink
Add more TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 29, 2025
1 parent a079757 commit d0a1af2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import org.loculus.backend.api.Organism
data class BackendConfig(
val organisms: Map<String, InstanceConfig>,
val accessionPrefix: String,
// TODO changes to be made here: add the flag here. we can put the Urls in a "date use terms" section in the config
val dataUseTermsUrls: DataUseTermsUrls?,
) {
fun getInstanceConfig(organism: Organism) = organisms[organism.name] ?: throw IllegalArgumentException(
Expand Down

0 comments on commit d0a1af2

Please sign in to comment.