fix scope alias

This commit is contained in:
Lucas Nogueira
2023-05-13 00:33:19 -03:00
parent 2bbd957a3b
commit 2fa215668a

View File

@@ -1141,7 +1141,7 @@ impl FsScope {
#[serde(rename_all = "camelCase", deny_unknown_fields)]
pub struct AssetProtocolConfig {
/// The access scope for the asset protocol.
#[serde(default, alias = "asset-scope")]
#[serde(default)]
pub scope: FsScope,
/// Enables the asset protocol.
#[serde(default)]