Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b65168f03 - Show all commits

View File

@ -337,7 +337,7 @@ function bExposure (obj, cb) {
if (typeof obj.exposure === 'string') { if (typeof obj.exposure === 'string') {
exposure = parseInt(obj.exposure) exposure = parseInt(obj.exposure)
} else { } else {
exposure = req.body.exposure exposure = obj.exposure
} }
} }
intval.setExposure(exposure) intval.setExposure(exposure)