Refactor to bring the nuxt loading bar code out of the strategies

This commit is contained in:
Andrew Bastin
2020-01-16 01:25:43 -05:00
parent 2faf675c0a
commit 4b48d8a8c8
3 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ const proxyStrategy = async (req, store) => {
"https://postwoman.apollotv.xyz/",
req
);
window.$nuxt.$loading.finish();
return data;
};