From 4abc6164b7f352f39c0cfe6ff7302e122ddc8ff4 Mon Sep 17 00:00:00 2001 From: acalcutt Date: Sat, 4 Jan 2025 02:35:51 -0500 Subject: [PATCH] codeql --- src/serve_style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serve_style.js b/src/serve_style.js index 8e6b74f..4adf658 100644 --- a/src/serve_style.js +++ b/src/serve_style.js @@ -54,7 +54,7 @@ export const serve_style = { app.get('/:id/style.json', (req, res, next) => { const { id } = req.params; if (verbose) { - console.log(`Handling style request for: /styles/${id}/style.json`); + console.log('Handling style request for: /styles/%s/style.json', id); } try { const item = repo[id];