Skip to content

Commit

Permalink
Improved: calendarId in payload from api resp (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 29, 2023
1 parent c549503 commit dcaf2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomScheduleModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default defineComponent({
resp = await FacilityService.associateCalendarToFacility({
facilityId: this.facilityId,
calendarId: 10031,
calendarId: calendarId,
fromDate: DateTime.now().toMillis(),
facilityCalendarTypeId: 'OPERATING_HOURS'
})
Expand Down

0 comments on commit dcaf2ba

Please sign in to comment.