Skip to content

Commit c1c302a

Browse files
committed
Remove phone field from add-or-update-person action for cleaner data handling
1 parent e8cc937 commit c1c302a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/encharge/actions/add-or-update-person/add-or-update-person.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default {
5353
firstName: this.firstName,
5454
lastName: this.lastName,
5555
email: this.email,
56-
phone: this.phone,
5756
id: this.userId,
5857
...parsedAdditionalFields,
5958
},

0 commit comments

Comments
 (0)