mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
040de98858
commit
ce7234b204
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue