From 654e882a2ccbf57825a8451aab1ce4a2d2595c45 Mon Sep 17 00:00:00 2001 From: alexmorenograu <61759297+alexmorenograu@users.noreply.github.com> Date: Tue, 11 May 2021 08:08:37 +0200 Subject: [PATCH] test lf --- methods/bindShelvingTag.js | 2 -- server.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/methods/bindShelvingTag.js b/methods/bindShelvingTag.js index 7617d0b..67724c5 100644 --- a/methods/bindShelvingTag.js +++ b/methods/bindShelvingTag.js @@ -92,5 +92,3 @@ async function bindShelving(barcode, shelvingId) { })(); } exports.bindShelving = bindShelving; - -// uihasdc diff --git a/server.js b/server.js index 587339d..6b401e9 100644 --- a/server.js +++ b/server.js @@ -17,5 +17,3 @@ app.use('/flashOn', require('./methods/flashOn')); app.listen(port, () => { console.log(`Example app listening at http://localhost:${port}`); }); - -// hola