Skip to content

Commit

Permalink
fix: remove premature return
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlingt committed Sep 26, 2023
1 parent f885ba8 commit b38bbbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/modules/myinfo/myinfo.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function hashChildrenFieldValues(
// Hence we format it here
if (subField === MyInfoChildAttributes.ChildDateOfBirth) {
myInfoFormattedValue = formatMyinfoDate(value)
return
}
readOnlyHashPromises[
getMyInfoChildHashKey(field._id, subField, childIdx, childName)
Expand Down

0 comments on commit b38bbbe

Please sign in to comment.