fix(dav): adjust usages of webdav.customRequest

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
pull/44344/head
Richard Steinmetz 2 months ago
parent 6fa89c85b0
commit e727a3b00b
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2

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