Skip to content

Commit

Permalink
return nullvalue.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Dec 16, 2022
1 parent b355eba commit 7677635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/expression/AttributeExpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Value &AttributeExpression::eval(ExpressionContext &ctx) {
}
}
}
return Value::kNullBadType;
return Value::kNullValue;
}
case Value::Type::EDGE: {
DCHECK(!rvalue.getStr().empty());
Expand Down

0 comments on commit 7677635

Please sign in to comment.