We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
init
1 parent 8ebde45 commit db62d54Copy full SHA for db62d54
plugins/src/messages.rs
@@ -63,7 +63,7 @@ pub struct GetManifestCall {}
63
#[derive(Deserialize, Debug)]
64
pub(crate) struct InitCall {
65
pub(crate) options: HashMap<String, Value>,
66
- pub(crate) configuration: Configuration,
+ pub configuration: Configuration,
67
}
68
69
#[derive(Clone, Deserialize, Debug)]
0 commit comments