Skip to content

Commit

Permalink
Fix type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Aug 27, 2024
1 parent 1b69f06 commit a4e4800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ export default class Client
options,
_resolvedRefs,
this,
requestOptions
requestOptions as fhirclient.RequestOptions
)));
}
else {
Expand All @@ -910,7 +910,7 @@ export default class Client
options,
_resolvedRefs,
this,
requestOptions
requestOptions as fhirclient.RequestOptions
);
}

Expand Down

0 comments on commit a4e4800

Please sign in to comment.