Leaves out position value for db fixtures and test data

This commit is contained in:
emelko
2018-09-20 21:00:43 +02:00
parent 15ec2e9557
commit 19d4743d0e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ function convertToSymptoFormat(val) {
if (val.cervix && typeof val.cervix.opening === 'number' && typeof val.cervix.firmness === 'number') sympto.cervix = {
opening: val.cervix.opening,
firmness: val.cervix.firmness,
position: -1,
exclude: false
}
return sympto