@ejfdelgado/ejflab-back 1.8.5 → 1.8.6
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 +1 -1
- package/srv/PostgresSrv.mjs +3 -1
package/package.json
CHANGED
package/srv/PostgresSrv.mjs
CHANGED
@@ -164,8 +164,10 @@ export class PostgresSrv {
|
|
164
164
|
}
|
165
165
|
}
|
166
166
|
console.log(`Test passed ${testsNumber.length}!`);
|
167
|
+
|
168
|
+
//console.log(PostgresSrv.renderer.render('Hola ${name} with age ${age | sanitizeNumber : 0}', {name: "Edgar", age: undefined}));
|
167
169
|
}
|
168
170
|
}
|
169
171
|
|
170
172
|
// node PostgresSrv.mjs
|
171
|
-
PostgresSrv.simpleTest();
|
173
|
+
//PostgresSrv.simpleTest();
|