mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-16 00:09:03 +00:00
Add console page
This commit is contained in:
@@ -178,7 +178,7 @@ func (database *Database) GetAllWorkerStats() *[]WorkerStats {
|
||||
|
||||
db := database.getDB()
|
||||
rows, err := db.Query(`SELECT alias, closed_task_count, paused, worker.id
|
||||
FROM worker WHERE closed_task_count>0 LIMIT 50`)
|
||||
FROM worker`)
|
||||
|
||||
handleErr(err)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user