debug show
This commit is contained in:
parent
82d6893a14
commit
e7839c1812
|
@ -32,7 +32,7 @@ router.get('/:id', function(req, res, next) {
|
|||
};
|
||||
|
||||
if(row.year != '' && row.year != null)
|
||||
show[id].year = row.year;
|
||||
shows[id].year = row.year;
|
||||
},
|
||||
//aprés toute les opération de la base
|
||||
function(){
|
||||
|
|
Loading…
Reference in New Issue