From dff89643b47503102612a942d3a51708892ef6bf Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Sun, 11 Oct 2020 14:42:31 -0500 Subject: [PATCH] style: fix lint issue Fix lint issue detected by new eslint. Fixes failing tests on https://github.com/synclounge/synclounge/pull/234 --- src/store/modules/slplayer/actions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/modules/slplayer/actions.js b/src/store/modules/slplayer/actions.js index 5eeb620b..49c801a3 100644 --- a/src/store/modules/slplayer/actions.js +++ b/src/store/modules/slplayer/actions.js @@ -120,8 +120,7 @@ export default { }, SEND_PLEX_TIMELINE_UPDATE: async ({ getters, dispatch }, - { signal, ...extraParams } = {}, - ) => queryFetch( + { signal, ...extraParams } = {}) => queryFetch( getters.GET_TIMELINE_URL, { ...await dispatch('MAKE_TIMELINE_PARAMS'),