fixed linting errors
Some checks failed
CI Simple / Test and Build (push) Failing after 3m11s
CI / Frontend Build (push) Failing after 3m25s
CI / Backend Tests (push) Failing after 3m28s
CI / Backend Build (push) Has been skipped
CI / Docker Build Test (push) Has been skipped

This commit is contained in:
Jan Felix Wiebe 2025-07-11 15:39:21 +02:00
parent 85a55111cc
commit e20ab64793
4 changed files with 58 additions and 23 deletions

View file

@ -79,10 +79,6 @@ const lastUpdate = computed(() => {
})
// Methods
const refreshOrders = () => {
orderStore.requestAllOrders()
}
const retryConnection = () => {
orderStore.connectWebSocket()
}