mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
Merge pull request #47732 from nextcloud/backport/44344/stable28
[stable28] fix(dav): adjust usages of webdav.customRequest
This commit is contained in:
commit
ce7da15800
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
dist/dav-settings-personal-availability.js
vendored
4
dist/dav-settings-personal-availability.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue