Skip to content

Commit

Permalink
Cleanup after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sugat009 committed Aug 12, 2024
1 parent 53c5111 commit de5f786
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shared-libs/cht-datasource/src/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ export namespace v1 {
readonly parent?: Place.v1.PlaceWithLineage | NormalizedParent,
}

interface getPageParams {
personType: ContactTypeQualifier;
limit?: number;
skip?: number;
}

const assertPersonQualifier: (qualifier: unknown) => asserts qualifier is UuidQualifier = (qualifier: unknown) => {
if (!isUuidQualifier(qualifier)) {
throw new Error(`Invalid identifier [${JSON.stringify(qualifier)}].`);
Expand Down

0 comments on commit de5f786

Please sign in to comment.