Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
privt00 authored Apr 15, 2024
1 parent 5635c46 commit 253d2c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const axios = require("axios");




global.Buffer = global.Buffer || require('buffer').Buffer;

if (typeof btoa === 'undefined') {
Expand Down Expand Up @@ -578,4 +577,4 @@ function getCookie(req, cname) {
return "";
}

console.log(chalk.white("+ | ✅ "));
console.log(chalk.white("+ | ✅ "));

0 comments on commit 253d2c7

Please sign in to comment.