mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix bad server response on mod upgrade search
This commit is contained in:
parent
f56956523f
commit
a1dc137c1a
@ -120,7 +120,7 @@ namespace Wabbajack.BuildServer.Controllers
|
||||
var hash = Hash.FromHex(hashAsHex);
|
||||
|
||||
var patches = await _sql.PatchesForSource(hash);
|
||||
return Ok(patches.Select(p => p.Dest).ToList());
|
||||
return Ok(patches.Select(p => p.Dest.Archive).ToList().ToJson());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user