Fix bug preventing the request for the actual statistics to come through

This commit is contained in:
Jonny 2019-05-29 08:05:22 +02:00
parent f1ca2d3d82
commit a0bcd328e6
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ const reducerTournamentStatistics = (state = defaultStateTournamentStatistics, a
storeOptionalToken(resp);
__store.dispatch({
type: actionTypesTournamentStatistics.INT_REQUEST_TOURNAMENT_STATISTICS,
state: action.state,
parameters: {
code: action.parameters.code,
tournamentInfo: transformTournamentInfoToStatistics(resp.data),