Skip to content

Commit

Permalink
fix #128
Browse files Browse the repository at this point in the history
  • Loading branch information
Sben65 committed Jan 28, 2022
1 parent 0f03189 commit 811e555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public async Task DeleteDeviceModelImageAsync(string deviceModelId)

this.logger.LogInformation($"Deleting from Blob storage :\n\t {blobClient.Uri}\n");

await blobClient.DeleteAsync();
await blobClient.DeleteIfExistsAsync();
}

public Uri ComputeImageUri(string deviceModelId)
Expand Down

0 comments on commit 811e555

Please sign in to comment.