Typeo because I'm coding at night

This commit is contained in:
Timothy Baldridge 2022-01-02 21:48:26 -07:00
parent e7b5763906
commit 4a9979f717

View File

@ -333,7 +333,7 @@ public class Client
public async Task<ForcedRemoval[]> GetForcedRemovals(CancellationToken token)
{
return (await _client.GetFromJsonAsync<ForcedRemoval[]>("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/configs/forced_remova..json", _dtos.Options, token))!;
return (await _client.GetFromJsonAsync<ForcedRemoval[]>("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/configs/forced_removal.json", _dtos.Options, token))!;
}
}