diff --git a/src/Tgstation.Server.Common/Http/CachedResponseStream.cs b/src/Tgstation.Server.Common/Http/CachedResponseStream.cs index 1109435308..eb007b54a5 100644 --- a/src/Tgstation.Server.Common/Http/CachedResponseStream.cs +++ b/src/Tgstation.Server.Common/Http/CachedResponseStream.cs @@ -25,7 +25,7 @@ namespace Tgstation.Server.Common.Http /// /// The to build from. /// A resulting in a new . - public static async Task Create(HttpResponseMessage response) + public static async ValueTask Create(HttpResponseMessage response) { if (response == null) throw new ArgumentNullException(nameof(response));