enhancement(lint): Fix lint errors for ctf/update_files.js

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-11-12 02:04:32 +00:00 committed by GitHub
parent 040de98858
commit ce7234b204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,7 @@ function getCloakChunk(s = 2, e = 4) {
.toString("base64");
}
async function getCloak() {
return [getCloak(), getCloak(3, 5), getCloak(1, 2), getCloak()].join(
" ",
);
return [getCloak(), getCloak(3, 5), getCloak(1, 2), getCloak()].join(" ");
}
const stegcloak = new StegCloak(true, false);
function encrypt(str) {