Skip to content

Commit

Permalink
🚨 #99 correct linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: JAGFx <[email protected]>
  • Loading branch information
JAGFx committed Feb 22, 2022
1 parent cda5933 commit e362e47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/store/telemetry.store.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import testData from 'ets2-dashboard-lib/sdk/scs_sdk_plugin_parsed_data.json';
import Vue from 'vue';
import vueStore from '@/store';

export const store = Vue.observable({
telemetry: testData,
Expand Down
5 changes: 1 addition & 4 deletions src/utils/_splashScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import { changeLocale, fallbackLocale } from '@/utils/_i18n';
import { app, config, history } from '@/utils/utils';
import { io } from 'socket.io-client';
import Vue from 'vue';
import {
store as telemetryStore,
getters as telemetryGetters
} from '@/store/telemetry.store';
import { store as telemetryStore } from '@/store/telemetry.store';

export const loadAppConfig = () => {
store.dispatch('app/showMessage', {
Expand Down

0 comments on commit e362e47

Please sign in to comment.