fix typo
This commit is contained in:
@@ -15,7 +15,7 @@ const queriesToUpdateDifferences = (entity, ownEntries, otherEntries) =>
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
if (remoteAddress) {
|
if (remoteAddress) {
|
||||||
const diff = _diff(ownEntry, remoteAddress)
|
const diff = diff(ownEntry, remoteAddress)
|
||||||
if (Object.keys(diff).length) {
|
if (Object.keys(diff).length) {
|
||||||
return UPDATE(entity)
|
return UPDATE(entity)
|
||||||
.set(diff)
|
.set(diff)
|
||||||
|
|||||||
Reference in New Issue
Block a user