fix(emqx_conf): fix MFA arity type spec
This commit is contained in:
parent
49d3163471
commit
7363e6b1fd
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
-record(cluster_rpc_mfa, {
|
-record(cluster_rpc_mfa, {
|
||||||
tnx_id :: pos_integer(),
|
tnx_id :: pos_integer(),
|
||||||
mfa :: mfa(),
|
mfa :: {module(), atom(), [any()]},
|
||||||
created_at :: calendar:datetime(),
|
created_at :: calendar:datetime(),
|
||||||
initiator :: node()
|
initiator :: node()
|
||||||
}).
|
}).
|
||||||
|
|
Loading…
Reference in New Issue