Skip to content

Commit

Permalink
fix(dav): adjust usages of webdav.customRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Mar 20, 2024
1 parent 6fa89c8 commit e727a3b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/dav/src/service/CalendarService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dav-settings-personal-availability.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dav-settings-personal-availability.js.map

Large diffs are not rendered by default.

0 comments on commit e727a3b

Please sign in to comment.