Skip to content

Commit

Permalink
resume upload patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Feb 26, 2024
1 parent e403ae8 commit a6d1eb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ export default function Dashboard() {

if (!pdf || pdf === undefined) {
alert("There was an error uploading your resume. Please try again. If the problem persists, please email rnd@hackru.org");
} else {
await UploadResume(resumeData);
}

resumeData.set('file', pdf as File);

await UploadResume(resumeData);

await UpdateSelf(otherData);
}

Expand Down

0 comments on commit a6d1eb2

Please sign in to comment.