refactor(architecture): harden module boundaries
Some checks failed
ci / release-gate (push) Has been cancelled
Some checks failed
ci / release-gate (push) Has been cancelled
This commit is contained in:
@@ -10,7 +10,7 @@ using Tiku.Infrastructure.Persistence;
|
||||
namespace Tiku.Infrastructure.Assets.Security;
|
||||
|
||||
internal sealed class AssetSecurityScanJobHandler(
|
||||
TikuDbContext dbContext,
|
||||
IContentAssetPersistence dbContext,
|
||||
IAssetSecurityScanner scanner,
|
||||
IObjectStorageService storage) : IBackgroundJobHandler
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user