From 103a56e5d059b7f3eed0021da6b8c9987bb2ee8f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 7 Oct 2024 14:04:22 +0200 Subject: [PATCH] Remove documentation tag The parameter does not exist. --- .../Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs b/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs index e448dc239..e51e82cc9 100644 --- a/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs +++ b/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs @@ -11,7 +11,6 @@ public sealed class BlobOutputAttribute : OutputBindingAttribute private readonly string _blobPath; /// Initializes a new instance of the class. - /// The name of the property to which to bind /// The path of the blob to which to bind. public BlobOutputAttribute(string blobPath) {