From 3678edadf2a402b5af898370a3c36c43819acce9 Mon Sep 17 00:00:00 2001 From: Vlad Mitkovsky Date: Wed, 24 Mar 2021 17:16:02 -0300 Subject: [PATCH] =?UTF-8?q?VC-1404:=20New=20reactions=20won=E2=80=99t=20ap?= =?UTF-8?q?pear=20for=20other=20users=20without=20refresh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://jesusfilmmedia.atlassian.net/browse/VC-1404 --- src/actions/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/routes.js b/src/actions/routes.js index 7303fda4..9a7ed670 100644 --- a/src/actions/routes.js +++ b/src/actions/routes.js @@ -215,7 +215,7 @@ const ROUTES = { }, APPROVE_COMPLAIN: { method: 'patch', - url: `me/journeys/{adventureId}/reports/{reportId}/approve`, + url: `me/journeys/{adventureId}/reports/{reportId}/approve_and_block`, }, GET_COMPLAINS: { method: 'get',