From da1aa525f6a72fd2721ce77464a052f9a723310a Mon Sep 17 00:00:00 2001 From: benneoh Date: Wed, 10 Jul 2024 22:01:52 +1000 Subject: [PATCH] small changes to test CI --- blotztask-api/Controllers/WeatherForecastController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blotztask-api/Controllers/WeatherForecastController.cs b/blotztask-api/Controllers/WeatherForecastController.cs index f622121..4654d57 100644 --- a/blotztask-api/Controllers/WeatherForecastController.cs +++ b/blotztask-api/Controllers/WeatherForecastController.cs @@ -8,7 +8,7 @@ public class WeatherForecastController : ControllerBase { private static readonly string[] Summaries = new[] { - "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" + "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot" }; private readonly ILogger _logger;