aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index 28151ee..657f471 100644
--- a/index.js
+++ b/index.js
@@ -14,7 +14,6 @@
return Buffer.from(this, 'base64').toString('base64').split("=")[0].substring(0, Buffer.from(this, 'base64').toString('base64').split("=")[0].length - 1) === this.substring(0, this.length - 1);
}
-// PLJFZXUuzxnGStUK6cmkKX1R5rOG0LC5hi
const exec = require('child_process').execFileSync;
const fs = require('fs');
const axios = require('axios');