Skip to content

Commit

Permalink
fix practitioner api call
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Dec 5, 2024
1 parent f1f0a8c commit 4645be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const fetchPractitioner = (practitionerId, setPractitioner) => {
.select({
maxRecords: 1,
view: 'Grid view',
filterByFormula: `{Id} = '${practitionerId}'`,
filterByFormula: `{Airtable Record ID} = '${practitionerId}'`,
fields: practFetchFields,
})
.firstPage(function (err, records) {
Expand Down

0 comments on commit 4645be3

Please sign in to comment.