you ever just forget your double equal sometimes? That happened to me once. That is why you're reading this commit

This commit is contained in:
Alexandra
2024-10-16 03:36:09 -06:00
parent 83b6961e41
commit c06697f95f

View File

@@ -35,7 +35,7 @@ app.get('/', function(req, res) {
app.get('/search', function(req, res) {
let results = fuzzySearch(fileList, req.query.q)
if(process.env.DEBUG = "1"){
if(process.env.DEBUG == "1"){
console.log(results)
}
res.render('pages/index', {