Skip to content

Commit 7b12ec7

Browse files
fix(replicateAttributes): Remove deleteMissing flag
1 parent 4f2d677 commit 7b12ec7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/functions/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ module.exports.replicateMasterDeleteWhenEmpty = integrify({
5252
masterDetail1: 'foreignDetail1',
5353
masterDetail2: 'foreignDetail2',
5454
},
55-
deleteMissing: true,
5655
},
5756
],
5857
hooks: {

test/functions/integrify.rules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ module.exports = [
4141
masterDetail1: 'foreignDetail1',
4242
masterDetail2: 'foreignDetail2',
4343
},
44-
deleteMissing: true,
4544
},
4645
],
4746
},

0 commit comments

Comments
 (0)