From ea59af68db2ba45a44cde89d74ae70a8c6c802b8 Mon Sep 17 00:00:00 2001 From: alexmorenograu <61759297+alexmorenograu@users.noreply.github.com> Date: Fri, 12 Mar 2021 13:34:00 +0100 Subject: [PATCH] update --- bindShelving.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindShelving.js b/bindShelving.js index 57b9b57..44f11bb 100644 --- a/bindShelving.js +++ b/bindShelving.js @@ -21,7 +21,8 @@ function bindShelving(barcode, shelving, level){ } }) console.log(body) - })(); + })(); + insertDB.insertDB(barcode, shelving, level); })(); } exports.bindShelving = bindShelving; \ No newline at end of file