fix(linkedin): fix skill modal crashing when importing from linkedin

fix #718
This commit is contained in:
Amruth Pillai
2022-03-17 13:58:49 +01:00
parent b3ff7805cd
commit a02b85b4bb
3 changed files with 4 additions and 3 deletions

View File

@ -242,6 +242,7 @@ export class IntegrationsService {
name: get(skill, 'Name'),
level: 'Beginner',
levelNum: 5,
keywords: [],
} as Skill,
],
},