style: fix lint issue

Fix lint issue detected by new eslint.
Fixes failing tests on https://github.com/synclounge/synclounge/pull/234
This commit is contained in:
Travis Shivers 2020-10-11 14:42:31 -05:00
parent dfc6d08723
commit dff89643b4
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 1 additions and 2 deletions

View File

@ -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'),