Skip to content

Commit 9b77c64

Browse files
committed
Removed unused variable
1 parent 178b388 commit 9b77c64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/AAS.TwinEngine.DataEngine/Infrastructure/Providers/FileContentProvider/Services/FileContentProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public async Task<FileContentResponse> GetFileContentAsync(string fileUrl, Cance
2424
}
2525

2626
var contentLength = response.Content.Headers.ContentLength;
27-
var contentType = response.Content.Headers.ContentType?.ToString();
2827
if (contentLength.HasValue && contentLength.Value > _maxFileAttachmentSizeBytes)
2928
{
3029
throw new FileSizeExceededException();

0 commit comments

Comments
 (0)