This commit is contained in:
Andras Schmelczer 2025-12-03 23:24:53 +00:00
commit 564d4a6c37

View file

@ -88,7 +88,8 @@ export class SyncService {
} }
this.logger.debug( this.logger.debug(
`Created document ${JSON.stringify(result)} with id ${result.documentId `Created document ${JSON.stringify(result)} with id ${
result.documentId
}` }`
); );
@ -139,7 +140,8 @@ export class SyncService {
} }
this.logger.debug( this.logger.debug(
`Updated document ${JSON.stringify(result)} with id ${result.documentId `Updated document ${JSON.stringify(result)} with id ${
result.documentId
}}` }}`
); );
@ -191,7 +193,8 @@ export class SyncService {
} }
this.logger.debug( this.logger.debug(
`Updated document ${JSON.stringify(result)} with id ${result.documentId `Updated document ${JSON.stringify(result)} with id ${
result.documentId
}}` }}`
); );