Skip to content

Commit

Permalink
Merge pull request #47732 from nextcloud/backport/44344/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(dav): adjust usages of webdav.customRequest
  • Loading branch information
st3iny authored Sep 4, 2024
2 parents ffed734 + 56f4e80 commit ce7da15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/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 ce7da15

Please sign in to comment.