fix(emqx_conf): fix MFA arity type spec

This commit is contained in:
Zaiming (Stone) Shi 2022-02-09 14:16:28 +01:00
parent 49d3163471
commit 7363e6b1fd
1 changed files with 1 additions and 1 deletions

View File

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