From a8e15834817302ce6cc2d6a524b2037341ba4ea3 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 30 Aug 2019 14:15:38 +0200 Subject: [PATCH] _err remove --- webapp/store/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/store/search.js b/webapp/store/search.js index bf6448131..0d0172a98 100644 --- a/webapp/store/search.js +++ b/webapp/store/search.js @@ -69,7 +69,7 @@ export const actions = { .then(res => { commit('SET_QUICK_RESULTS', res.data.findPosts || []) }) - .catch(_err => { + .catch(() => { commit('SET_QUICK_RESULTS', []) }) .finally(() => {