fix: remove deny_unknown_fields from index config

This commit is contained in:
daimond113 2024-12-09 11:43:56 +01:00
parent 4843424dba
commit 36e6f16ca6
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -295,7 +295,6 @@ impl AllowedRegistries {
/// The configuration for the pesde index
#[derive(Deserialize, Debug, Clone)]
#[serde(deny_unknown_fields)]
pub struct IndexConfig {
/// The URL of the API
pub api: url::Url,