Skip to content

Commit 6bc68cd

Browse files
committed
Allow empty value change
1 parent 4c1a754 commit 6bc68cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/salesforce_rest_api/sources/common/common-updated-record.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export default {
115115
const oldValue = body.Old[key];
116116
return (
117117
value !== undefined
118-
&& oldValue !== undefined
119118
&& JSON.stringify(value) !== JSON.stringify(oldValue)
120119
);
121120
})

0 commit comments

Comments
 (0)