mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
pr feedback
This commit is contained in:
parent
df9468f8d0
commit
a73229758d
@ -41,9 +41,9 @@ Results::Results(SharedRealm r, const ObjectSchema &o, Table& table)
|
||||
Results& Results::operator=(Results const& r)
|
||||
{
|
||||
m_realm = r.m_realm;
|
||||
m_query = r.get_query();
|
||||
m_table = r.m_table;
|
||||
m_sort = r.get_sort();
|
||||
m_sort = r.m_sort;
|
||||
m_query = r.get_query();
|
||||
m_mode = Mode::Query;
|
||||
const_cast<ObjectSchema &>(object_schema) = r.object_schema;
|
||||
return *this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user