mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
poprawki requestów statystyk; organizacja kodu
This commit is contained in:
@@ -9,6 +9,7 @@ import { Status } from '../typings/common';
|
||||
import Station from '../scripts/interfaces/Station';
|
||||
import { useApiStore } from './apiStore';
|
||||
import { API } from '../typings/api';
|
||||
import http from '../http';
|
||||
|
||||
export const useMainStore = defineStore('store', {
|
||||
state: () =>
|
||||
@@ -18,7 +19,6 @@ export const useMainStore = defineStore('store', {
|
||||
isOffline: false,
|
||||
|
||||
dispatcherStatsName: '',
|
||||
dispatcherStatsData: undefined,
|
||||
dispatcherStatsStatus: Status.Data.Initialized,
|
||||
|
||||
driverStatsName: '',
|
||||
|
||||
Reference in New Issue
Block a user