Merge pull request #44344 from nextcloud/fix/dav/webdav-5-fetch

wrapper-instanceof-resiliant-squash
John Molakvoæ 2 months ago committed by GitHub
commit c451829579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -58,7 +58,7 @@ export async function findScheduleInboxAvailability() {
</x0:propfind>`,
})
const xml = await parseXML(response.data)
const xml = await parseXML(await response.text())
if (!xml) {
return undefined

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save