Skip to content

Commit

Permalink
Merge pull request #3262 from nextcloud/backport/3243/stable5.2
Browse files Browse the repository at this point in the history
[stable5.2] remove quotes on import
  • Loading branch information
ChristophWurst authored Mar 16, 2023
2 parents da57b49 + 787e2bc commit 7044c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/addressbooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ const actions = {

// Get vcard string
try {
const vData = contact.vCard.toString()
const vData = contact.toStringStripQuotes()
// push contact to server and use limit
requests.push(limit(() => contact.addressbook.dav.createVCard(vData)
.then((response) => {
Expand Down

0 comments on commit 7044c77

Please sign in to comment.