From 34e02e687f46f7e6727b93326ae71d07b2e85829 Mon Sep 17 00:00:00 2001 From: Violet Date: Wed, 25 Oct 2023 21:06:45 -0500 Subject: [PATCH] bru --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c0411a0..2695d0d 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ if (fs.existsSync(path.join(__dirname, 'cached'))) { fs.rmSync(path.join(__dirname, 'cached'), { recursive: true, force: true }) } -const characters = "abcdefghijklmnopqrstuvwxyz!@#$%^*()[]_-=+" +const characters = "abcdefghijklmnopqrstuvwxyz!@$%^*()[]_-=+" function formatBytes(bytes, decimals = 2) { if (!+bytes) return '0 Bytes'