Fix
This commit is contained in:
parent
c85e510faa
commit
9ec55ac099
@ -4448,7 +4448,7 @@ inline Value ExecutionRow::At(std::string_view key) const { return row_.At(key);
|
||||
|
||||
inline bool ExecutionRow::KeyExists(std::string_view key) const { return row_.KeyExists(key); }
|
||||
|
||||
inline mgp::Map ExecutionRow::Values() const {return mgp::Map(row_)};
|
||||
inline mgp::Map ExecutionRow::Values() const { return mgp::Map(row_); }
|
||||
|
||||
// do not enter
|
||||
namespace detail {
|
||||
|
Loading…
Reference in New Issue
Block a user