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.
1 parent bf69f5c commit 84b3e36Copy full SHA for 84b3e36
1 file changed
Source/IPC/WindServiceHandlers.rs
@@ -106,7 +106,7 @@ async fn handle_configuration_update(
106
.clone();
107
108
// Use Mountain's configuration system
109
- let provider: Arc<dyn Common::Configuration::ConfigurationProvider::ConfigurationProvider> = runtime.Environment.Require();
+ let provider: Arc<dyn ConfigurationProvider> = runtime.Environment.Require();
110
111
provider.UpdateConfigurationValue(
112
key.to_string(),
0 commit comments