Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Aug 27, 2024
1 parent ef6f31d commit fe70afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ export default class Client

// At this point we don't know what `data` actually is!

// We might gen an empty or falsy result. If so return it as is
// We might get an empty or falsy result. If so return it as is
// Also handle raw responses
if (!data || typeof data == "string" || data instanceof Response) {
if ((requestOptions as fhirclient.FetchOptions).includeResponse) {
Expand Down

0 comments on commit fe70afe

Please sign in to comment.