mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix(syncing-server): logs about cleanup
This commit is contained in:
@@ -201,7 +201,7 @@ export class TransitionItemsFromPrimaryToSecondaryDatabaseForUser implements Use
|
||||
|
||||
private async deleteItemsForUser(userUuid: Uuid, itemRepository: ItemRepositoryInterface): Promise<Result<void>> {
|
||||
try {
|
||||
this.logger.info(`[TRANSITION][${userUuid.value}] Cleaning up primary database items`)
|
||||
this.logger.info(`[TRANSITION][${userUuid.value}] Cleaning up secondary database items`)
|
||||
|
||||
await itemRepository.deleteByUserUuidAndNotInSharedVault(userUuid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user