Explorar el Código

Merge pull request #13649 from lafirest/fix/rule_cattrs

fix(rule): fix typo of example
lafirest hace 1 año
padre
commit
b2440a80e4
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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() ->
     {<<"client_attrs">>, #{
-        <<"client_attrs">> => #{
-            <<"test">> => <<"example">>
-        }
+        <<"test">> => <<"example">>
     }}.
 
 %%--------------------------------------------------------------------