fix: stale call to emqx_misc

This commit is contained in:
Stefan Strigler 2023-04-14 11:53:05 +02:00
parent d98f7222ff
commit badf962800
1 changed files with 1 additions and 1 deletions

View File

@ -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}).