Преглед изворни кода

fix(dialyzer): update the specs for the rule()

Shawn пре 3 година
родитељ
комит
a892ff9006
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      apps/emqx_rule_engine/include/rule_engine.hrl

+ 1 - 0
apps/emqx_rule_engine/include/rule_engine.hrl

@@ -50,6 +50,7 @@
         , enable := boolean()
         , description => binary()
         , created_at := integer() %% epoch in millisecond precision
+        , updated_at := integer() %% epoch in millisecond precision
         , from := list(topic())
         , is_foreach := boolean()
         , fields := list()