Skip to content

Commit

Permalink
Resume Registry Raw Format .txt rendering fix Ref: Issue #81 (#82)
Browse files Browse the repository at this point in the history
fix: use correct location in txt rendering
---------
Signed-off-by: Tyler M. Neher <[email protected]>
Co-authored-by: Thomas Davis <[email protected]>
Co-authored-by: Levin Keller <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent 7c179fb commit bd4c5f4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions apps/registry/pages/api/formatters/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
const format = async function format(resume) {
let content = `
${resume.basics.name}
Pittsburgh, PA 15201
(555) 555-5555
[email protected]
${resume.basics.label}
${resume.basics.location.address}
${resume.basics.location.city}
${resume.basics.location.region}
${resume.basics.location.postalCode}
${resume.basics.location.countryCode}
${resume.basics.phone}
${resume.basics.email}
PROFESSIONAL SUMMARY
============================
Expand Down

0 comments on commit bd4c5f4

Please sign in to comment.