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) => {
|
app.get('/:id/style.json', (req, res, next) => {
|
||||||
const { id } = req.params;
|
const { id } = req.params;
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
console.log(`Handling style request for: /styles/${id}/style.json`);
|
console.log('Handling style request for: /styles/%s/style.json', id);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const item = repo[id];
|
const item = repo[id];
|
||||||
|
|
Loading…
Reference in a new issue