fix
Some checks are pending
ci/woodpecker/push/workflow Pipeline is running

This commit is contained in:
batmanisko 2025-02-17 09:26:03 +01:00
parent cafcd0a467
commit f8aa293413

View File

@ -100,7 +100,7 @@ app.use("/api/", (req, res, next) => {
const emailHeader = req.header('remote-email');
if (userHeader !== undefined && nameHeader !== undefined) {
const remoteName = Buffer.from(nameHeader, 'latin1').toString();
if (ENVIRONMENT != "production"){
if (ENVIRONMENT !== "production"){
console.log("Tvuj username, name a email: %s, %s, %s.", userHeader, remoteName, emailHeader);
}
}