chore: remove unused imports/variables

This commit is contained in:
wukko
2024-05-14 13:08:36 +06:00
parent 7db84a15e2
commit 3e5ccea23c
5 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { createHmac, createCipheriv, createDecipheriv, scryptSync } from "crypto";
import { createHmac, createCipheriv, createDecipheriv } from "crypto";
const algorithm = "aes256"