feat: WEB-210 Removed unnecessary env changes and logs
This commit is contained in:
@@ -4,7 +4,6 @@ import { env } from "@/env/server"
|
||||
|
||||
export default function encryptValue(originalString: string) {
|
||||
let result = ""
|
||||
console.log("Node_Options: ", process.env.NODE_OPTIONS)
|
||||
try {
|
||||
const encryptionKey = env.BOOKING_ENCRYPTION_KEY
|
||||
const bufferKey = Buffer.from(encryptionKey, "utf8")
|
||||
|
||||
Reference in New Issue
Block a user