Skip to content

Commit

Permalink
Removed the autoChlid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Perrentbuddy authored and Perrentbuddy committed Jul 31, 2024
1 parent f8b9850 commit 3a60cce
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 3a60cce

Please sign in to comment.