File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ macro_rules! ke_for_sure {
52
52
}
53
53
54
54
lazy_static:: lazy_static! {
55
- static ref KE_PREFIX_ADMIN_SPACE : & ' static keyexpr = ke_for_sure!( "@/service " ) ;
55
+ static ref KE_PREFIX_ADMIN_SPACE : & ' static keyexpr = ke_for_sure!( "@mqtt " ) ;
56
56
static ref ADMIN_SPACE_KE_VERSION : & ' static keyexpr = ke_for_sure!( "version" ) ;
57
57
static ref ADMIN_SPACE_KE_CONFIG : & ' static keyexpr = ke_for_sure!( "config" ) ;
58
58
}
@@ -134,8 +134,7 @@ async fn run(
134
134
} ;
135
135
136
136
// declare admin space queryable
137
- let admin_keyexpr_prefix =
138
- * KE_PREFIX_ADMIN_SPACE / & zsession. zid ( ) . into_keyexpr ( ) / ke_for_sure ! ( "mqtt" ) ;
137
+ let admin_keyexpr_prefix = * KE_PREFIX_ADMIN_SPACE / & zsession. zid ( ) . into_keyexpr ( ) ;
139
138
let admin_keyexpr_expr = ( & admin_keyexpr_prefix) / ke_for_sure ! ( "**" ) ;
140
139
tracing:: debug!( "Declare admin space on {}" , admin_keyexpr_expr) ;
141
140
let config2 = config. clone ( ) ;
You can’t perform that action at this time.
0 commit comments