Skip to content

Commit

Permalink
chore(createAppointment): use proper date field type for appointment …
Browse files Browse the repository at this point in the history
…date (#217)

Co-authored-by: Nick Hellemans <[email protected]>
  • Loading branch information
nckhell and Nick Hellemans authored Aug 22, 2023
1 parent 0b0c972 commit 3cbe5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/healthie/actions/createAppointment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const fields = {
id: 'datetime',
label: 'Appointment date and time',
description: 'The date and time of the appointment in ISO8601 format.',
type: FieldType.STRING,
type: FieldType.DATE,
required: true,
},
} satisfies Record<string, Field>
Expand Down

0 comments on commit 3cbe5ce

Please sign in to comment.