Bladeren bron

fix(dav): adjust usages of webdav.customRequest

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
tags/v29.0.0beta5
Richard Steinmetz 2 maanden geleden
bovenliggende
commit
e727a3b00b
No account linked to committer's email address

+ 1
- 1
apps/dav/src/service/CalendarService.js Bestand weergeven

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

+ 2
- 2
dist/core-common.js
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 1
- 1
dist/core-common.js.map
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 2
- 2
dist/dav-settings-personal-availability.js
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 1
- 1
dist/dav-settings-personal-availability.js.map
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


Laden…
Annuleren
Opslaan