fix: stale call to emqx_misc
This commit is contained in:
parent
d98f7222ff
commit
badf962800
|
@ -17,7 +17,7 @@
|
|||
-ifndef(EMQX_API_LIB_HRL).
|
||||
-define(EMQX_API_LIB_HRL, true).
|
||||
|
||||
-define(ERROR_MSG(CODE, REASON), #{code => CODE, message => emqx_misc:readable_error_msg(REASON)}).
|
||||
-define(ERROR_MSG(CODE, REASON), #{code => CODE, message => emqx_utils:readable_error_msg(REASON)}).
|
||||
|
||||
-define(OK(CONTENT), {200, CONTENT}).
|
||||
|
||||
|
|
Loading…
Reference in New Issue