express/padreadonly.js: missing "let"
Found by the Typescript compiler when doing an experimental conversion.
This commit is contained in:
parent
b8df6ca60c
commit
53b3328b5f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
|
||||
if (await hasPadAccess(req, res)) {
|
||||
// render the html document
|
||||
html = await exporthtml.getPadHTMLDocument(padId, null);
|
||||
let html = await exporthtml.getPadHTMLDocument(padId, null);
|
||||
res.send(html);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue