cosmetics

This commit is contained in:
D065023
2019-12-30 14:12:51 +01:00
parent 28362cc835
commit 4eebfb5df4

View File

@@ -49,7 +49,7 @@ module.exports = cds.service.impl(async () => {
contact contact
}) })
// Add a tombstone if remote address was deleted // Add a tombstone if external address was deleted
const changed = replicas.map( const changed = replicas.map(
rep => rep =>
externals.find(ext => ext.ID === rep.ID) || { externals.find(ext => ext.ID === rep.ID) || {