Skip to content

Commit

Permalink
Merge pull request #287 from skedify/develop
Browse files Browse the repository at this point in the history
release/next
  • Loading branch information
brechtdewinne committed Jul 13, 2021
2 parents b622ccf + 0697f19 commit 3e0110d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__snapshots__/Skedify.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,9 @@ Object {
"availability_settings": Object {
"toString": [Function],
},
"calendar_links": Object {
"toString": [Function],
},
"calendars": Object {
"toString": [Function],
},
Expand Down
1 change: 1 addition & 0 deletions src/resources/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Object {
"initiated_by",
"outcomes",
"appointment_outcomes",
"calendar_links",
],
"allowed_methods": Array [
"*",
Expand Down
1 change: 1 addition & 0 deletions src/resources/appointments.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const appointments = createResourceDescription(
'initiated_by',
'outcomes',
'appointment_outcomes',
'calendar_links',
],
filters: [
'uuid',
Expand Down

0 comments on commit 3e0110d

Please sign in to comment.