Merge pull request #237 from ttshivers/lint

style: fix lint issue
This commit is contained in:
Travis Shivers 2020-10-12 23:26:44 -05:00 committed by GitHub
commit 5a3315fa2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -120,8 +120,7 @@ export default {
}, },
SEND_PLEX_TIMELINE_UPDATE: async ({ getters, dispatch }, SEND_PLEX_TIMELINE_UPDATE: async ({ getters, dispatch },
{ signal, ...extraParams } = {}, { signal, ...extraParams } = {}) => queryFetch(
) => queryFetch(
getters.GET_TIMELINE_URL, getters.GET_TIMELINE_URL,
{ {
...await dispatch('MAKE_TIMELINE_PARAMS'), ...await dispatch('MAKE_TIMELINE_PARAMS'),