utn-cli 2.1.4 → 2.1.5
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.
package/package.json
CHANGED
|
@@ -2528,7 +2528,7 @@ class Miscelaneo {
|
|
|
2528
2528
|
|
|
2529
2529
|
async obtenerTarjetasDelContenedor(token) {
|
|
2530
2530
|
const ConfiguracionDeTarjetas = require('./ConfiguracionDeTarjetas.js');
|
|
2531
|
-
const Personas = require('../Personas.js');
|
|
2531
|
+
// const Personas = require('../Personas.js');
|
|
2532
2532
|
const path = require('path');
|
|
2533
2533
|
const serviciosDir = path.join(__dirname, '..');
|
|
2534
2534
|
|
|
@@ -2536,7 +2536,7 @@ class Miscelaneo {
|
|
|
2536
2536
|
const [tarjetas, configuracion, tienePermisoExtra] = await Promise.all([
|
|
2537
2537
|
this.obtenerTarjetas(),
|
|
2538
2538
|
ConfiguracionDeTarjetas.obtener({ Identificador: usuario.uid }),
|
|
2539
|
-
Personas.PermisoExtra(token)
|
|
2539
|
+
// Personas.PermisoExtra(token)
|
|
2540
2540
|
]);
|
|
2541
2541
|
|
|
2542
2542
|
const cantidadesEntradas = await Promise.all(
|