Skip to content

Commit

Permalink
Bugfix for eda5d0e
Browse files Browse the repository at this point in the history
  • Loading branch information
ferryjagers committed Nov 7, 2018
1 parent eda5d0e commit f8a7b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/controllers/api/ApiController.groovy
Expand Up @@ -502,7 +502,7 @@ class ApiController {
}

if ( !measurements[featureName][eventGroupName][subjectEventGroupStartTime][sampleRelativeStartTime][subjectGroupName] ) {
measurements[featureName][eventGroupName][subjectEventGroupStartTime][sampleRelativeStartTime] = [:]
measurements[featureName][eventGroupName][subjectEventGroupStartTime][sampleRelativeStartTime][subjectGroupName] = [:]
}

measurements[featureName][eventGroupName][subjectEventGroupStartTime][sampleRelativeStartTime][subjectGroupName].put(subjectName, value)
Expand Down

0 comments on commit f8a7b0a

Please sign in to comment.