mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 15:51:07 +00:00
Sets lastUpdatedBy to null when it is empty on github sync update (#18788)
GitOrigin-RevId: bce67f7d3dbc59facc626cc63af94df46afd8f24
This commit is contained in:
parent
7e8e2b0585
commit
f265797bb1
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ const DocumentManager = {
|
|||
version,
|
||||
ranges,
|
||||
lastUpdatedAt,
|
||||
lastUpdatedBy
|
||||
lastUpdatedBy || null
|
||||
)
|
||||
await RedisManager.promises.clearUnflushedTime(docId)
|
||||
return result
|
||||
|
|
Loading…
Reference in a new issue