Skip to content

Commit 3a1cd92

Browse files
committed
npm run lint
Signed-off-by: silver <s.szmajduch@posteo.de>
1 parent 93fa5aa commit 3a1cd92

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/viewer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ if (typeof OCA.Viewer === 'undefined') {
3434
if (editors instanceof Set) {
3535
for (const editor of editors) {
3636
if (editor?.fileId === fileInfo.fileid && editor?.dirty) {
37-
logger.debug('Saving file before download', { fileId: fileInfo.fileid })
37+
logger.debug('Saving file before download', {
38+
fileId: fileInfo.fileid,
39+
})
3840
await editor.save()
3941
return
4042
}

0 commit comments

Comments
 (0)