@@ -579,21 +579,21 @@ export async function syncEngineApplyRemoteEvent(
579579 targetChange . modifiedDocuments . size +
580580 targetChange . removedDocuments . size <=
581581 1 ,
582- 0x5858a197 ,
582+ 0x5858 ,
583583 'Limbo resolution for single document contains multiple changes.'
584584 ) ;
585585 if ( targetChange . addedDocuments . size > 0 ) {
586586 limboResolution . receivedDocument = true ;
587587 } else if ( targetChange . modifiedDocuments . size > 0 ) {
588588 hardAssert (
589589 limboResolution . receivedDocument ,
590- 0x390f2c8b ,
590+ 0x390f ,
591591 'Received change for limbo target document without add.'
592592 ) ;
593593 } else if ( targetChange . removedDocuments . size > 0 ) {
594594 hardAssert (
595595 limboResolution . receivedDocument ,
596- 0xa4f3c30e ,
596+ 0xa4f3 ,
597597 'Received remove for limbo target document without add.'
598598 ) ;
599599 limboResolution . receivedDocument = false ;
@@ -997,7 +997,7 @@ function updateTrackedLimbos(
997997 removeLimboTarget ( syncEngineImpl , limboChange . key ) ;
998998 }
999999 } else {
1000- fail ( 0x4d4e3850 , 'Unknown limbo change' , { limboChange } ) ;
1000+ fail ( 0x4d4f , 'Unknown limbo change' , { limboChange } ) ;
10011001 }
10021002 }
10031003}
@@ -1320,7 +1320,7 @@ export async function syncEngineApplyBatchState(
13201320 batchId
13211321 ) ;
13221322 } else {
1323- fail ( 0x1a4018ac , `Unknown batchState` , { batchState } ) ;
1323+ fail ( 0x1a40 , `Unknown batchState` , { batchState } ) ;
13241324 }
13251325
13261326 await syncEngineEmitNewSnapsAndNotifyLocalStore ( syncEngineImpl , documents ) ;
@@ -1563,7 +1563,7 @@ export async function syncEngineApplyTargetState(
15631563 break ;
15641564 }
15651565 default :
1566- fail ( 0xfa9b528f , 'Unexpected target state' , state ) ;
1566+ fail ( 0xfa9b , 'Unexpected target state' , state ) ;
15671567 }
15681568 }
15691569}
0 commit comments