mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
nodejs: fix lint
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user