mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
Remove unnecessary cross-Realm check in rpc
This was causing the new failure in Chrome debug mode in the `testLinkTypesPropertySetters` test.
This commit is contained in:
parent
030807e2b9
commit
5b9fbbb0ac
@ -104,10 +104,6 @@ function serialize(realmId, value) {
|
||||
|
||||
let id = value[idKey];
|
||||
if (id) {
|
||||
if (value[realmKey] != realmId) {
|
||||
throw new Error('Unable to serialize value from another Realm');
|
||||
}
|
||||
|
||||
return {id};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user