fix(ott-570): chaned procedure name (#224)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent bc1ef49c40
commit ab00d6089a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/config/procedures.tsx
  2. 2
      src/requests/getSearchItems.tsx

@ -4,9 +4,9 @@ export const PROCEDURES = {
get_cities: 'get_cities',
get_match_info: 'get_match_info',
get_matches: 'get_matches',
get_objects: 'get_objects',
get_player_info: 'get_player_info',
get_player_matches: 'get_player_matches',
get_players_teams_tournaments: 'get_players_teams_tournaments',
get_sport_list: 'get_sport_list',
get_subscriptions: 'get_subscriptions',
get_team_info: 'get_team_info',

@ -5,7 +5,7 @@ import {
} from 'config'
import { callApi } from 'helpers'
const proc = PROCEDURES.get_players_teams_tournaments
const proc = PROCEDURES.get_objects
export enum Gender {
MALE = 1,

Loading…
Cancel
Save