mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
fix: broken game client document URL
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Needlework.Net
|
|||||||
return cached;
|
return cached;
|
||||||
}
|
}
|
||||||
|
|
||||||
var lolClientStream = await _githubUserContentClient.Request("/AlsoSylv/Irelia/refs/heads/master/schemas/game_schema.json")
|
var lolClientStream = await _githubUserContentClient.Request("/AlsoSylv/Irelia/refs/heads/master/schemas/game.json")
|
||||||
.GetStreamAsync(cancellationToken: cancellationToken);
|
.GetStreamAsync(cancellationToken: cancellationToken);
|
||||||
var lolClientRaw = _reader.Read(lolClientStream, out var diagnostic);
|
var lolClientRaw = _reader.Read(lolClientStream, out var diagnostic);
|
||||||
foreach (var error in diagnostic.Errors)
|
foreach (var error in diagnostic.Errors)
|
||||||
|
|||||||
Reference in New Issue
Block a user