Skip to content

Commit

Permalink
chore: updated modify identity request (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavaldodiya authored Feb 1, 2023
1 parent ae3f2ca commit e7a9b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/edit-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const editSettings = (
item.id
}">${map(item.prefs, (value, key) => `<a name="${key}">${value}</a>`).join(
''
)}<a name="zimbraPrefFromAddressType">sendAs</a></identity></ModifyIdentityRequest>`
)}</identity></ModifyIdentityRequest>`
).join('')
: ''
}${
Expand Down

0 comments on commit e7a9b67

Please sign in to comment.