Przeglądaj źródła

fix(emqx_conf): fix MFA arity type spec

Zaiming (Stone) Shi 4 lat temu
rodzic
commit
7363e6b1fd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/emqx_conf/include/emqx_conf.hrl

+ 1 - 1
apps/emqx_conf/include/emqx_conf.hrl

@@ -9,7 +9,7 @@
 
 -record(cluster_rpc_mfa, {
     tnx_id :: pos_integer(),
-    mfa :: mfa(),
+    mfa :: {module(), atom(), [any()]},
     created_at :: calendar:datetime(),
     initiator :: node()
 }).