diff --git a/lib/api/CAnomalyJobConfig.cc b/lib/api/CAnomalyJobConfig.cc index 7a459ce8d3..223e62c088 100644 --- a/lib/api/CAnomalyJobConfig.cc +++ b/lib/api/CAnomalyJobConfig.cc @@ -431,7 +431,7 @@ bool CAnomalyJobConfig::parseEventConfig(const std::string& json) { return false; } - if (doc.Empty()) { + if (doc.ObjectEmpty()) { return true; } @@ -496,7 +496,7 @@ bool CAnomalyJobConfig::parseFilterConfig(const std::string& json) { return false; } - if (doc.Empty()) { + if (doc.ObjectEmpty()) { return true; }