Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Oct 2, 2024
1 parent ce71fa7 commit 9dfb804
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utility/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ export const filterHackerInfoFields = (obj, collection) => {
newObj.longAnswers1 = obj.skills?.longAnswers1 || false
newObj.longAnswers2 = obj.skills?.longAnswers2 || false
newObj.longAnswers3 = obj.skills?.longAnswers3 || false


} else if (collection === 'Projects') {
newObj = { ...obj }
delete newObj.grades
Expand Down

0 comments on commit 9dfb804

Please sign in to comment.