diff --git a/apps/emqx_gateway_jt808/include/emqx_jt808.hrl b/apps/emqx_gateway_jt808/include/emqx_jt808.hrl index f5b41c2e9..a7422a4fe 100644 --- a/apps/emqx_gateway_jt808/include/emqx_jt808.hrl +++ b/apps/emqx_gateway_jt808/include/emqx_jt808.hrl @@ -187,8 +187,8 @@ -record(auth, { allow_anonymous :: boolean(), - registry :: emqx_schema:url(), - authentication :: emqx_schema:url() + registry :: emqx_schema:url() | undefined, + authentication :: emqx_schema:url() | undefined }). -type auth() :: #auth{}.