mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
lint: Run eslint --fix
This commit is contained in:
parent
8eb310854d
commit
c8211f2898
9 changed files with 23 additions and 23 deletions
|
@ -36,7 +36,7 @@ exports.expressPreSession = async (hookName, {app}) => {
|
|||
'static',
|
||||
'skins',
|
||||
settings.skinName,
|
||||
'robots.txt'
|
||||
'robots.txt',
|
||||
);
|
||||
res.sendFile(filePath, (err) => {
|
||||
// there is no custom robots.txt, send the default robots.txt which dissallows all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue