This commit is contained in:
alexmorenograu 2021-03-12 13:34:00 +01:00
parent bb07a4df57
commit ea59af68db
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ function bindShelving(barcode, shelving, level){
}
})
console.log(body)
})();
})();
insertDB.insertDB(barcode, shelving, level);
})();
}
exports.bindShelving = bindShelving;