codeql
This commit is contained in:
parent
f187d32a4a
commit
4abc6164b7
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue