mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
fix ts error on parser
This commit is contained in:
@ -157,7 +157,7 @@ export class LinkedInParser implements Parser<JSZip, LinkedIn> {
|
|||||||
id: createId(),
|
id: createId(),
|
||||||
name: project.Title,
|
name: project.Title,
|
||||||
description: project.Description,
|
description: project.Description,
|
||||||
url: { ...defaultProject.url, href: project.Url },
|
url: { ...defaultProject.url, href: project.Url ?? "" },
|
||||||
date: `${project["Started On"]} - ${project["Finished On"] ?? "Present"}`,
|
date: `${project["Started On"]} - ${project["Finished On"] ?? "Present"}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user