mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
fix(dav): adjust usages of webdav.customRequest
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
ffed734524
commit
56f4e8096d
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