mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-21 22: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) {
|
||||
const value = process.env[variableName];
|
||||
if (value) {
|
||||
console.log(`✅ ${variableName} is set`);
|
||||
return value;
|
||||
} else {
|
||||
console.log(`❌ ${variableName} is not set`);
|
||||
|
|
Loading…
Reference in a new issue