Update Program.cs

This commit is contained in:
Gilles Lazures 2026-01-27 03:22:24 +01:00
parent 79987fda6d
commit 78e86e0a18

View File

@ -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;
});