Update Program.cs
This commit is contained in:
parent
79987fda6d
commit
78e86e0a18
@ -41,7 +41,7 @@ class Program {
|
||||
byte[] fileData = azp.GetFileBytes(internalPath.TrimStart('/'));
|
||||
return fileData != null ? new MemoryStream(fileData) : null;
|
||||
}
|
||||
contentType = null;
|
||||
contentType = null!;
|
||||
return null;
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user