From 190f69e22b056ffb6a77ea04f6cc2765b2362754 Mon Sep 17 00:00:00 2001 From: Sugat Bajracharya Date: Mon, 29 Jul 2024 16:03:51 +0545 Subject: [PATCH] Address PR comments --- shared-libs/cht-datasource/src/person.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared-libs/cht-datasource/src/person.ts b/shared-libs/cht-datasource/src/person.ts index 16570b38d20..d39ff305f8e 100644 --- a/shared-libs/cht-datasource/src/person.ts +++ b/shared-libs/cht-datasource/src/person.ts @@ -64,6 +64,7 @@ export namespace v1 { }; }; +<<<<<<< HEAD // NOTE: there's probably a better name for this function const getPeopleGenerator = () => (context: DataContext) => { assertDataContext(context); @@ -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