Commit 87be05bf authored by Phil Hughes's avatar Phil Hughes

fix polling not working correctly

parent 52b70f04
......@@ -30,7 +30,7 @@ export default {
const { endpoint, lastFetchedAt } = data;
const options = {
headers: {
'X-Last-Fetched-At': lastFetchedAt,
'X-Last-Fetched-At': `${lastFetchedAt}`,
},
};
......
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