mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
fix: linter offences
This commit is contained in:
@ -114,7 +114,7 @@ app.get('/forgotten', async (req, res) => {
|
||||
res.status(403);
|
||||
res.render(
|
||||
'error',
|
||||
{ message: 'The forgotten page is disabled.' }
|
||||
{ message: 'The forgotten page is disabled.' },
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user