Sets lastUpdatedBy to null when it is empty on github sync update (#18788)

GitOrigin-RevId: bce67f7d3dbc59facc626cc63af94df46afd8f24
This commit is contained in:
Alexandre Bourdin 2024-06-17 14:54:54 +02:00 committed by Copybot
parent 7e8e2b0585
commit f265797bb1

View file

@ -222,7 +222,7 @@ const DocumentManager = {
version,
ranges,
lastUpdatedAt,
lastUpdatedBy
lastUpdatedBy || null
)
await RedisManager.promises.clearUnflushedTime(docId)
return result