refactor(#467): home matches proc change (#172)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent 6a2bd02403
commit 6ed7cd7399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/config/procedures.tsx
  2. 2
      src/requests/getMatches/getHomeMatches.tsx

@ -3,7 +3,7 @@ export const PROCEDURES = {
create_user: 'create_user',
get_cities: 'get_cities',
get_match_info: 'get_match_info',
get_matches_tmp: 'get_matches_tmp',
get_matches: 'get_matches',
get_player_info: 'get_player_info',
get_player_matches: 'get_player_matches',
get_players_teams_tournaments: 'get_players_teams_tournaments',

@ -5,7 +5,7 @@ import { MatchStatuses } from 'features/HeaderFilters'
import type { MatchesBySection } from './types'
import { requestMatches } from './request'
const proc = PROCEDURES.get_matches_tmp
const proc = PROCEDURES.get_matches
type Args = {
date: string,

Loading…
Cancel
Save