Skip to content

Commit

Permalink
[Fix] Save poaFormS3ObjectKey when updating guardian information in p…
Browse files Browse the repository at this point in the history
…ermit holders page (#319)
  • Loading branch information
sherryhli committed Oct 3, 2023
1 parent e61507d commit c189e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/applicants/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ export const updateApplicantGuardianInformation: Resolver<
addressLine2: addressLine2 as string | null,
city: city as string,
postalCode: postalCode as string,
poaFormS3ObjectKey: data.poaFormS3ObjectKey,
};

updatedApplicant = await prisma.applicant.update({
Expand Down

0 comments on commit c189e38

Please sign in to comment.