mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Add missing trailing commas in DAV availability settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
6788c7dea5
commit
227045ae63
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -46,7 +46,7 @@ export async function findScheduleInboxAvailability() {
|
|||
<x0:prop>
|
||||
<x1:calendar-availability xmlns:x1="urn:ietf:params:xml:ns:caldav"/>
|
||||
</x0:prop>
|
||||
</x0:propfind>`
|
||||
</x0:propfind>`,
|
||||
})
|
||||
|
||||
const xml = await parseXML(response.data)
|
||||
|
|
@ -142,6 +142,6 @@ export async function saveScheduleInboxAvailability(slots, timezoneId) {
|
|||
<x1:calendar-availability xmlns:x1="urn:ietf:params:xml:ns:caldav">${vcalendarComp.toString()}</x1:calendar-availability>
|
||||
</x0:prop>
|
||||
</x0:set>
|
||||
</x0:propertyupdate>`
|
||||
</x0:propertyupdate>`,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue