mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
eslint fix
This commit is contained in:
@@ -133,7 +133,7 @@ export const sanitizeConfig = (config) => {
|
||||
'winter',
|
||||
'procyon',
|
||||
];
|
||||
|
||||
|
||||
return {
|
||||
github: {
|
||||
username: config?.github?.username || '',
|
||||
@@ -144,8 +144,8 @@ export const sanitizeConfig = (config) => {
|
||||
projects: config?.github?.exclude?.projects || [],
|
||||
},
|
||||
},
|
||||
resume:{
|
||||
fileName: config?.resume?.fileName || false
|
||||
resume: {
|
||||
fileName: config?.resume?.fileName || false,
|
||||
},
|
||||
social: {
|
||||
linkedin: config?.social?.linkedin,
|
||||
|
||||
Reference in New Issue
Block a user