Skip to content

Commit 6a3097c

Browse files
committed
Adding config alias
1 parent a07c639 commit 6a3097c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/remote_settings/src/config.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ pub struct RemoteSettingsConfig {
2727
pub app_context: Option<RemoteSettingsContext>,
2828
}
2929

30+
// temporary alias for compatability
31+
pub type RemoteSettingsConfig2 = RemoteSettingsConfig;
32+
3033
/// The Remote Settings server that the client should use.
3134
#[derive(Debug, Clone, uniffi::Enum)]
3235
pub enum RemoteSettingsServer {

0 commit comments

Comments
 (0)