Skip to content

Commit a3f1d05

Browse files
committed
Removed unused member
1 parent 6f9d250 commit a3f1d05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ImageResizeWebApp/ImageResizeWebApp/Models/AzureStorageConfig.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ public class AzureStorageConfig
44
{
55
public string AccountName { get; set; }
66
public string AccountKey { get; set; }
7-
public string QueueName { get; set; }
87
public string ImageContainer { get; set; }
98
public string ThumbnailContainer { get; set; }
109
}

0 commit comments

Comments
 (0)