Skip to content

Commit

Permalink
release/next (#121)
Browse files Browse the repository at this point in the history
release/next
  • Loading branch information
RobinMalfait authored Oct 8, 2019
2 parents 43e7519 + a281dc0 commit 02b9950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@ -227,6 +227,7 @@ Object {
"filters": Array [
"offices",
"schedulable",
"has_availability_sync_calendars",
"page",
"per_page",
],
Expand Down
2 changes: 1 addition & 1 deletion src/resources/contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const contacts = createResourceDescription(
'subjects',
'user',
],
filters: ['offices', 'schedulable'],
filters: ['offices', 'schedulable', 'has_availability_sync_calendars'],
},
{
appointments: createResourceDescription('appointments', {
Expand Down

0 comments on commit 02b9950

Please sign in to comment.