Merge pull request #47732 from nextcloud/backport/44344/stable28

[stable28] fix(dav): adjust usages of webdav.customRequest
This commit is contained in:
Richard Steinmetz 2024-09-04 12:07:22 +02:00 committed by GitHub
commit ce7da15800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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