Skip to content

Commit 55f483f

Browse files
committed
Fixed missing space
1 parent a0f6bb4 commit 55f483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/avatars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ router.get('/list', function(req, res) {
3131
});
3232

3333
router.get('/:id', function(req, res, next) {
34-
return combine(req.faceParts,false, function(err, stdout) {
34+
return combine(req.faceParts, false, function(err, stdout) {
3535
return common.sendImage(err, stdout, req, res, next);
3636
});
3737
});

0 commit comments

Comments
 (0)