alsmanager_lib 1.0.30 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/modules.js +0 -3
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -276,7 +276,6 @@ function removeStorageMySQL(id_device, storage_obj) {
276
276
  }
277
277
  function removeStorage(db_used, id_device, storage_obj) {
278
278
  var query = "";
279
- var db_used = global.get("db_used");
280
279
  if (db_used) {
281
280
  switch (db_used) {
282
281
  case 'SQLITE':
@@ -1367,7 +1366,6 @@ function queryDeviceByIdMySQL(id_device) {
1367
1366
  }
1368
1367
  function queryDeviceById(db_used, id_device) {
1369
1368
  var query = "";
1370
- var db_used = global.get("db_used");
1371
1369
  if (db_used) {
1372
1370
  switch (db_used) {
1373
1371
  case 'SQLITE':
@@ -3465,7 +3463,6 @@ function updateConsegnaMySQL(consegna) {
3465
3463
 
3466
3464
  function updateConsegna(db_used, consegna) {
3467
3465
  var query = "";
3468
- var db_used = global.get("db_used");
3469
3466
  if (db_used) {
3470
3467
  switch (db_used) {
3471
3468
  case 'SQLITE':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",