chore: remove unused imports/variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createHmac, createCipheriv, createDecipheriv, scryptSync } from "crypto";
|
||||
import { createHmac, createCipheriv, createDecipheriv } from "crypto";
|
||||
|
||||
const algorithm = "aes256"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user