소스 검색

fix(dav): adjust usages of webdav.customRequest

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
tags/v29.0.0beta5
Richard Steinmetz 2 달 전
부모
커밋
e727a3b00b
No account linked to committer's email address

+ 1
- 1
apps/dav/src/service/CalendarService.js 파일 보기

@@ -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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
dist/core-common.js.map
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 2
- 2
dist/dav-settings-personal-availability.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
dist/dav-settings-personal-availability.js.map
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장