From 78e86e0a18145b6ab9fb65bc4006e993c63adf43 Mon Sep 17 00:00:00 2001 From: azures04 Date: Tue, 27 Jan 2026 03:22:24 +0100 Subject: [PATCH] Update Program.cs --- src/main/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Program.cs b/src/main/Program.cs index 9d89a00..966e9e7 100644 --- a/src/main/Program.cs +++ b/src/main/Program.cs @@ -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; });