MicrosoftLearning / AZ-204-DevelopingSolutionsforMicrosoftAzure

AZ-204: Developing solutions for Microsoft Azure
https://microsoftlearning.github.io/AZ-204-DevelopingSolutionsforMicrosoftAzure/
MIT License
2.29k stars 1.85k forks source link

fix(ImagesControllers.cs): unused variable in ImagesController.Get method #795

Closed rkhaled0 closed 6 months ago

rkhaled0 commented 6 months ago

Module/Lab: 01

This fix is just about removing an unsed variable in ImagesController.Get method. There is no need to instantiate BlobServiceClient again.