Browse Source

Export name/1

Feng Lee 6 năm trước cách đây
mục cha
commit
52a85d9bb9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/emqx_reason_codes.erl

+ 2 - 1
src/emqx_reason_codes.erl

@@ -19,7 +19,8 @@
 
 -include("emqx_mqtt.hrl").
 
--export([ name/2
+-export([ name/1
+        , name/2
         , text/1
         , connack_error/1
         , puback/1