Commit 21e546cc authored by Phil Hughes's avatar Phil Hughes

Remove useless param

parent d2070e2e
......@@ -450,7 +450,6 @@ const pollSuccessCallBack = async (resp, commit, state, getters, dispatch) => {
const getFetchDataParams = (state) => {
const endpoint = state.notesData.notesPath;
const options = {
params: { t: new Date().getTime() },
headers: {
'X-Last-Fetched-At': state.lastFetchedAt ? `${state.lastFetchedAt}` : undefined,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment