fix(dav): adjust usages of webdav.customRequest

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2024-03-20 08:51:58 +01:00
parent ffed734524
commit 56f4e8096d
No known key found for this signature in database
GPG key ID: 27137D9E7D273FB2
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