_err remove

This commit is contained in:
Alexander Friedland 2019-08-30 14:15:38 +02:00 committed by GitHub
parent 27e7bf6279
commit a8e1583481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ export const actions = {
.then(res => { .then(res => {
commit('SET_QUICK_RESULTS', res.data.findPosts || []) commit('SET_QUICK_RESULTS', res.data.findPosts || [])
}) })
.catch(_err => { .catch(() => {
commit('SET_QUICK_RESULTS', []) commit('SET_QUICK_RESULTS', [])
}) })
.finally(() => { .finally(() => {