no printear cada vez

This commit is contained in:
Cat /dev/Nulo 2024-09-12 19:33:45 -03:00
parent cb13fbeae2
commit 7be97e61d7

View file

@ -8,7 +8,6 @@ import {
function checkEnvVariable(variableName: string) {
const value = process.env[variableName];
if (value) {
console.log(`${variableName} is set`);
return value;
} else {
console.log(`${variableName} is not set`);