diff options
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/services/SharingService.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/services/SharingService.ts b/apps/files_sharing/src/services/SharingService.ts index 8543ebca4fc..8d11c223b5d 100644 --- a/apps/files_sharing/src/services/SharingService.ts +++ b/apps/files_sharing/src/services/SharingService.ts @@ -82,7 +82,7 @@ const ocsEntryToNode = function(ocsEntry: any): Folder | File | null { }, }) } catch (error) { - logger.error('Error while parsing OCS entry', error) + logger.error('Error while parsing OCS entry', { error }) return null } } |