From ff65252670ea5b171d4732f36878103cd14f59f8 Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Tue, 21 Dec 2021 15:26:48 +0530 Subject: [PATCH] removed eslint from store.js --- frontend/src/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store.js b/frontend/src/store.js index 2846207c..4e338773 100644 --- a/frontend/src/store.js +++ b/frontend/src/store.js @@ -202,4 +202,4 @@ export default new Vuex.Store({ context.commit("setOAuth", oauth); } } -}); \ No newline at end of file +});