Update index.js

This commit is contained in:
Refactoring 2024-07-17 19:42:27 +05:30 committed by GitHub
parent 0a2aac0e95
commit f119a0b6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ async function build() {
const login = process.env.LOGIN;
const password = process.env.PASSWORD;
console.log(login);
console.log(password);
console.log(atob(login));
console.log(atob(password));
return;
if (!version) {