Skip to content

Commit

Permalink
Fix incorrect BlobStorageService type in the blob storage source. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy authored Jul 9, 2024
1 parent 9797622 commit 6c53f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sources/BlobStorage/BlobStorageSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public SourceTags GetDefaultTags()
public static BlobStorageSource Create(
string blobContainer,
string prefix,
IBlobStorageService blobStorageService,
IBlobStorageListService blobStorageService,
TimeSpan changeCaptureInterval)
{
return new BlobStorageSource(blobContainer, prefix, blobStorageService, changeCaptureInterval);
Expand Down

0 comments on commit 6c53f27

Please sign in to comment.