mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update LoggerSerializers.coffee
This commit is contained in:
parent
eeb76441c0
commit
3b3b404288
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ module.exports =
|
|||
docs: (docs) ->
|
||||
if !docs?.map?
|
||||
return
|
||||
docs?.map (doc) ->
|
||||
docs.map (doc) ->
|
||||
{
|
||||
path: doc.path
|
||||
id: doc.doc
|
||||
|
@ -33,7 +33,7 @@ module.exports =
|
|||
files: (files) ->
|
||||
if !files?.map?
|
||||
return
|
||||
files?.map (file) ->
|
||||
files.map (file) ->
|
||||
{
|
||||
path: file.path
|
||||
id: file.file
|
||||
|
|
Loading…
Reference in a new issue