Lint
This commit is contained in:
parent
2607bc5213
commit
564d4a6c37
1 changed files with 16 additions and 13 deletions
|
|
@ -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
|
||||||
}}`
|
}}`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue