From 19aed17f89b9e97cdabe2cc1959855aa6c2bbc89 Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Fri, 15 Mar 2024 14:12:54 +0200 Subject: [PATCH] Add migration for public colls conf endpoint name with cyrillic c --- src/state/sync/saga.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/sync/saga.config.js b/src/state/sync/saga.config.js index c98f45119..c27228cca 100644 --- a/src/state/sync/saga.config.js +++ b/src/state/sync/saga.config.js @@ -27,8 +27,8 @@ import { getPublicTradesStartTime, } from './selectors' -const getSyncConfReq = () => makeFetchCall('getAllPublicСollsСonfs') -const editSyncConfReq = params => makeFetchCall('editAllPublicСollsСonfs', params) +const getSyncConfReq = () => makeFetchCall('getAllPublicCollsConfs') +const editSyncConfReq = params => makeFetchCall('editAllPublicCollsConfs', params) const updateSyncErrorStatus = msg => updateErrorStatus({ id: 'status.request.error', topic: 'sync.title',