Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sugat009 committed Jul 31, 2024
1 parent 4279c60 commit 190f69e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared-libs/cht-datasource/src/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export namespace v1 {
};
};

<<<<<<< HEAD
// NOTE: there's probably a better name for this function
const getPeopleGenerator = () => (context: DataContext) => {
assertDataContext(context);
Expand Down Expand Up @@ -94,6 +95,8 @@ export namespace v1 {
return curriedFn;
};

=======
>>>>>>> b02973b26 (Address PR comments)
/**
* Returns a person for the given qualifier.
* @param context the current data context
Expand Down

0 comments on commit 190f69e

Please sign in to comment.