Fix logging context in StorageCore

This commit is contained in:
Sergey Katsubo
2025-09-02 22:35:30 +03:00
parent bbc1c8186c
commit 0aa540afd1
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -162,7 +162,6 @@ export class BaseService {
personRepository,
storageRepository,
systemMetadataRepository,
this.logger,
);
}