mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
no printear cada vez
This commit is contained in:
parent
cb13fbeae2
commit
7be97e61d7
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import {
|
||||||
function checkEnvVariable(variableName: string) {
|
function checkEnvVariable(variableName: string) {
|
||||||
const value = process.env[variableName];
|
const value = process.env[variableName];
|
||||||
if (value) {
|
if (value) {
|
||||||
console.log(`✅ ${variableName} is set`);
|
|
||||||
return value;
|
return value;
|
||||||
} else {
|
} else {
|
||||||
console.log(`❌ ${variableName} is not set`);
|
console.log(`❌ ${variableName} is not set`);
|
||||||
|
|
Loading…
Reference in a new issue