Fix challonge event
Fix GenericController Fix ChallongeSave. Fix RestAPI in prod mode.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace LaDOSE.Api.Controllers
|
||||
{
|
||||
if (ids != null)
|
||||
{
|
||||
var tournaments = await _service.ParseChallonge(ids);
|
||||
var tournaments = await _service.GetChallongeEvents(ids);
|
||||
return tournaments.Count>0;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user