diff --git a/Wabbajack.Server/Controllers/NexusCache.cs b/Wabbajack.Server/Controllers/NexusCache.cs index bc013aaa..24d810eb 100644 --- a/Wabbajack.Server/Controllers/NexusCache.cs +++ b/Wabbajack.Server/Controllers/NexusCache.cs @@ -88,6 +88,7 @@ public class NexusCache : ControllerBase Response.StatusCode = 200; Response.ContentType = "application/json"; await JsonSerializer.SerializeAsync(Response.Body, returned, _dtos.Options, cancellationToken: token); + return; } await JsonSerializer.SerializeAsync(Response.Body, cached, _dtos.Options, cancellationToken: token);