Skip to content

Commit

Permalink
Refactor patient registration moduleName (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwanje authored Feb 17, 2024
1 parent 2cebbec commit cb55956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-patient-registration-app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const personRelationshipRepresentation =
'personB:(age,display,birthdate,uuid),' +
'relationshipType:(uuid,display,description,aIsToB,bIsToA))';

export const moduleName = '@openmrs/esm-patient-registration-app';
export const moduleName = '@ugandaemr/esm-patient-registration-app';
export const patientRegistration = 'patient-registration';

export const cacheForOfflineHeaders: OmrsOfflineHttpHeaders = {
Expand Down

0 comments on commit cb55956

Please sign in to comment.