website refactor
This commit is contained in:
@@ -22,7 +22,7 @@ export class ScheduleAdminMutation {
|
||||
const logger = new ConsoleLogger();
|
||||
const apiClient = new LeaguesApiClient(baseUrl, errorReporter, logger);
|
||||
|
||||
this.service = new LeagueService(apiClient);
|
||||
this.service = new LeagueService();
|
||||
}
|
||||
|
||||
async publishSchedule(leagueId: string, seasonId: string): Promise<Result<void, string>> {
|
||||
|
||||
Reference in New Issue
Block a user