1
0
Fork 0

chore(utils): Fixed linter warning

This commit is contained in:
joostdecock 2021-09-04 17:49:24 +02:00
parent a4dcfd2495
commit 1fe01a918a

View file

@ -11,7 +11,6 @@ const measurementDiffers = (
breasts = false,
absolute = true
) => {
let result = Math.round((measurementValue - neckstimate(neckCircumference, measurementName, breasts)) / 20)
return absolute
? Math.abs(Math.round((measurementValue - neckstimate(neckCircumference, measurementName, breasts)) / 20))