Skip to content

Commit

Permalink
Merge pull request #989 from UNICEFECAR/buildIssueFix
Browse files Browse the repository at this point in the history
Reverted the correct package local json file
  • Loading branch information
deepakmali-dgsl authored Jul 31, 2024
2 parents 72470e4 + 3a60cce commit 6ef1447
Show file tree
Hide file tree
Showing 2 changed files with 22,298 additions and 145 deletions.
1 change: 0 additions & 1 deletion app/services/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ const checkFileExistence = async (filePath:string) => {
//child data get
export const getChild = async (child: any, genders: any): Promise<any> => {
try {
const autoChild: boolean = child.autoChild === "true";
const checkPhotoUri = child.photoUri!=null? CHILDREN_PATH +child.photoUri : CHILDREN_PATH;
const photoUri = await RNFS.exists(String(checkPhotoUri));
const childmeasures:any = await formatImportedMeasures(child.measures)
Expand Down
Loading

0 comments on commit 6ef1447

Please sign in to comment.