Closed mariiahnied closed 3 years ago
Go ahead and merge this branch to main
to move on. Great work finishing this section!
⚠️ If you receive a
Conflicts
error, simply pressResolve conflicts
and you should be good to merge!
Hop on over to the next issue.
Identify Steps:
Week: 3
Describe the Issue
Instruction tell us we need to download a blob and fetch a reference to a readable stream before deleting it, however we never use the downloaded blob reference further.*
Proposed Fix
There is no need in this variable "downloadBlockBlobResponse" as we can go ahead and delete the the blob block client right after fetching it . So "Download" line in the screenshot could be avoided. Thanks!