Remove stale credsManager field from conflict resolution

The field was accidentally kept from master during the rebase
conflict resolution but doesn't belong in this PR's version of
the file.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-05-26 12:50:37 +02:00
parent 8dae41216d
commit 72db53e9fb
@@ -85,7 +85,6 @@ export class AzureBlobStorageUrlReader implements UrlReaderService {
});
};
private readonly credsManager: AzureCredentialsManager;
private readonly integration: AzureBlobStorageIntegration;
private readonly deps: {
treeResponseFactory: ReadTreeResponseFactory;