fix(emqx_rule_engine): fix typo in `behaviour` module attribute

The type resulted in missing `rule_engine` config after importing data from a backup file.

Fixes: EMQX-10590
This commit is contained in:
Serge Tupchii 2023-07-18 20:35:21 +03:00
parent 0827a45c89
commit a1a7c4fab6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
-behaviour(gen_server).
-behaviour(emqx_config_handler).
-behaiour(emqx_config_backup).
-behaviour(emqx_config_backup).
-include("rule_engine.hrl").
-include_lib("emqx/include/logger.hrl").