Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Dorofeev committed Jun 15, 2024
1 parent 841d0f8 commit 6745db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/d0rich.me/server/routes/api/resume/list.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default defineEventHandler(async (event) => {
.find()
return resumeList.map((resume) => ({
title: resume.title,
path: resume._path?.replace('/resume/leads', '/resume'),
path: resume._path?.replace('/resume/leads', '/resume')
}))
})

0 comments on commit 6745db0

Please sign in to comment.