Skip to content

Commit

Permalink
Merge pull request #44344 from nextcloud/fix/dav/webdav-5-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Mar 20, 2024
2 parents 6fa89c8 + e727a3b commit c451829
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 c451829

Please sign in to comment.