Skip to content

Commit b9c7cbf

Browse files
authored
Update storage-blobs-list.md
1 parent 5e98741 commit b9c7cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blobs-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tamram
66

77
ms.service: storage
88
ms.topic: article
9-
ms.date: 01/06/2020
9+
ms.date: 02/25/2020
1010
ms.author: tamram
1111
ms.subservice: blobs
1212
---
@@ -131,7 +131,7 @@ private static async Task ListBlobsHierarchicalListingAsync(CloudBlobContainer c
131131
{
132132
CloudBlobDirectory dir;
133133
CloudBlob blob;
134-
BlobContinuationToken continuationToken;
134+
BlobContinuationToken continuationToken = null;
135135

136136
try
137137
{

0 commit comments

Comments
 (0)