nodejs: fix lint

This commit is contained in:
Sergey Linnik
2025-10-15 11:36:02 +03:00
parent 8d0baf9661
commit 9c8a766a81

View File

@ -1263,8 +1263,8 @@ app.get('/editor', (req, res) => { // define a handler for editing document
fileType: 'svg',
url: `${req.DocManager.getServerUrl(true)}/images/logo.svg`,
directUrl: !userDirectUrl ? null : `${req.DocManager.getServerUrl()}/images/logo.svg`,
}
]
},
],
},
dataDocument: {
fileType: 'docx',