mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
[web] gracefully handle old history resyncs without origin (#32822)
GitOrigin-RevId: 6e9d878234fea8bdb74534b1f23ee127e5c2daaf
This commit is contained in:
@@ -30,7 +30,7 @@ export type SyncStartRecordSchema = {
|
||||
export type SyncStateSchema = {
|
||||
resyncProjectStructure: boolean
|
||||
resyncDocContents: string[]
|
||||
origin: { kind: string }
|
||||
origin?: { kind: string }
|
||||
}
|
||||
|
||||
export type SyncStateHistoryEntry = {
|
||||
|
||||
Reference in New Issue
Block a user