From ead11c2793e7c15354e264e42a6d2883a6c15d38 Mon Sep 17 00:00:00 2001 From: Mirlan Date: Mon, 27 Dec 2021 12:33:29 +0600 Subject: [PATCH] refactor(1701): changed procs --- src/config/procedures.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/procedures.tsx b/src/config/procedures.tsx index b006839c..3bd0c8db 100644 --- a/src/config/procedures.tsx +++ b/src/config/procedures.tsx @@ -28,10 +28,10 @@ export const PROCEDURES = { get_user_subscriptions: 'get_user_subscriptions', landing_get_match_info: 'landing_get_match_info', lst_c_country: 'lst_c_country', - ott_match_events: 'ott_match_events', - ott_match_popup: 'ott_match_popup', + ott_match_events: 'ott_match_events_tmp', + ott_match_popup: 'ott_match_popup_tmp', ott_match_popup_actions: 'ott_match_popup_actions', - ott_match_popup_player_playlist: 'ott_match_popup_player_playlist', + ott_match_popup_player_playlist: 'ott_match_popup_player_playlist_tmp', param_lexical: 'param_lexical', save_user_custom_subscription: 'save_user_custom_subscription', save_user_favorite: 'save_user_favorite',