mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 21:18:50 +00:00
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