Skip to content

Commit 0d26a9f

Browse files
committed
fix typo
1 parent fbd989f commit 0d26a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/copper/actions/create-update-person/create-update-person.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default {
7676
street: this.streetAddress,
7777
city: this.city,
7878
state: this.state,
79-
postal_code: this.postalode,
79+
postal_code: this.postalCode,
8080
country: this.country,
8181
},
8282
phone_numbers: this.phone && [

0 commit comments

Comments
 (0)