removed eslint from store.js

pull/1097/head
smit95tpatel 2021-12-21 15:26:48 +05:30
parent 8f6b4d9631
commit ff65252670
1 changed files with 1 additions and 1 deletions

View File

@ -202,4 +202,4 @@ export default new Vuex.Store({
context.commit("setOAuth", oauth); context.commit("setOAuth", oauth);
} }
} }
}); });