فهرست منبع

fix(rule): fix typo of example

firest 1 سال پیش
والد
کامیت
f40156bbb8
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      apps/emqx_rule_engine/src/emqx_rule_events.erl

+ 1 - 3
apps/emqx_rule_engine/src/emqx_rule_events.erl

@@ -1289,9 +1289,7 @@ columns_example_props_specific(unsub_props) ->
 
 
 columns_example_client_attrs() ->
 columns_example_client_attrs() ->
     {<<"client_attrs">>, #{
     {<<"client_attrs">>, #{
-        <<"client_attrs">> => #{
-            <<"test">> => <<"example">>
-        }
+        <<"test">> => <<"example">>
     }}.
     }}.
 
 
 %%--------------------------------------------------------------------
 %%--------------------------------------------------------------------