Skip to content

Commit

Permalink
fixup! fix: send date as sting instead of epoch
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Nov 28, 2024
1 parent c1ddd3f commit 0b07541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Appointments/Booking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ import AppointmentSlot from '../../components/Appointments/AppointmentSlot.vue'
import { bookSlot, findSlots } from '../../services/appointmentService.js'
import AppointmentDetails from '../../components/Appointments/AppointmentDetails.vue'
import AppointmentBookingConfirmation from '../../components/Appointments/AppointmentBookingConfirmation.vue'
import { getYYYYMMDDFromDate } from '../../utils/date.js'

const Loading = {
functional: true,
Expand Down

0 comments on commit 0b07541

Please sign in to comment.