Skip to content

Commit

Permalink
Updates to match latest linter (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Aug 9, 2019
1 parent d20cc74 commit f87b7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (dsf) => {
throw new Error('Missing required input: dsf object')
}

let contact = {}
const contact = {}

contact.personalIdNumber = dsf.FODT.toString() + dsf.PERS.toString()
contact.birthDate = resolveBirthDate(`${dsf.FODT}${dsf.PERS}`)
Expand Down

0 comments on commit f87b7d1

Please sign in to comment.