From c52a48383d0acd5340c9651c2e3f72e7142d6ea3 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Fri, 18 Mar 2022 15:52:51 +0700 Subject: [PATCH] fix(#1701): change episodeDuration after to 20 and remove tmp from proc --- src/config/procedures.tsx | 6 +++--- src/features/MatchPopup/types.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/procedures.tsx b/src/config/procedures.tsx index 3bd0c8db..b006839c 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_tmp', - ott_match_popup: 'ott_match_popup_tmp', + ott_match_events: 'ott_match_events', + ott_match_popup: 'ott_match_popup', ott_match_popup_actions: 'ott_match_popup_actions', - ott_match_popup_player_playlist: 'ott_match_popup_player_playlist_tmp', + ott_match_popup_player_playlist: 'ott_match_popup_player_playlist', param_lexical: 'param_lexical', save_user_custom_subscription: 'save_user_custom_subscription', save_user_favorite: 'save_user_favorite', diff --git a/src/features/MatchPopup/types.tsx b/src/features/MatchPopup/types.tsx index c83a1afa..142d51bf 100644 --- a/src/features/MatchPopup/types.tsx +++ b/src/features/MatchPopup/types.tsx @@ -38,7 +38,7 @@ export type SettingsBySport = Partial> export const defaultSettings: Settings = { episodeDuration: { - after: 6, + after: 20, before: 6, }, selectedActions: [],